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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 隴ス逾ィBF | 1110100010101101101111011110011110100101101010000100001001000110 | e8adbde7a5a84246 |
EUC-JP | 隴ス逾ィBF | 11110000101011111000111010111101111011101010011110001110101010000100001001000110 | f0af8ebdeea78ea84246 |
UTF-8 | 隴ス逾ィBF | 1110100110011010101101001110111110111101101111011110100110000000101111101110111110111101101010000100001001000110 | e99ab4efbdbde980beefbda84246 |
UHC | ??逾?BF | 00111111001111111110101110110101001111110100001001000110 | 3f3febb53f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)