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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絖笈啓 | 111000110100110010001011100010001000110001011011 | e34c8b888c5b |
EUC-JP | 絖笈啓 | 111001011010110110110101111010001011011110111100 | e5adb5e8b7bc |
UTF-8 | 絖笈啓 | 111001111011010110010110111001111010110010001000111001011001010110010011 | e7b596e7ac88e59593 |
UHC | ??啓 | 00111111001111111100110011110110 | 3f3fccf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)