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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??數? | 0011111100111111100111011100100100111111 | 3f3f9dc93f |
EUC-JP | ??數? | 0011111100111111110110101100101100111111 | 3f3fdacb3f |
UTF-8 | 쑞빝數뽩 | 111011001001000110011110111010111011100110011101111001101001010110111000111010111011110110101001 | ec919eebb99de695b8ebbda9 |
UHC | 쑞빝數뽩 | 1001110010111101100101011011101111100010101001101001011011100101 | 9cbd95bbe2a696e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)