To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???孼?? | 0011111100111111001111111000111110111010110000110011111100111111 | 3f3f3f8fbac33f3f |
UTF-8 | 捻믩♡孼꾪땮 | 111011111010011010100100111010111010111110101001111000101001100110100001111001011010110110111100111010101011111010101010111010111001010110101110 | efa6a4ebafa9e299a1e5adbceabeaaeb95ae |
UHC | 捻믩♡孼꾪땮 | 111001101111011110010010111010111010001010111101111001011110110110000100111011011000101110000100 | e6f792eba2bde5ed84ed8b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)