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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??鈐鑑B | 00111111001111111111101111000010100010101101001101000010 | 3f3ffbc28ad342 |
EUC-JP | ??鈐鑑B | 0011111100111111100011111110001111000001101101001101010101000010 | 3f3f8fe3c1b4d542 |
UTF-8 | 룶끼鈐鑑B | 11101011101000111011011011101011100000011011110011101001100010001001000011101001100100011001000101000010 | eba3b6eb81bce98890e9919142 |
UHC | 룶끼鈐鑑B | 100011111010101110110011101000101100110010100010110010101111110001000010 | 8fabb3a2cca2cafc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)