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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閭咏「√ぅ | 111010001000001110011001111001111010001010000001111000111000001010100011 | e88399e7a281e382a3 |
EUC-JP | 閭咏「√ぅ | 11101111111000111101001011101001100011101010001010100010111001011010010010100101 | efe3d2e98ea2a2e5a4a5 |
UTF-8 | 閭咏「√ぅ | 111010011001011010101101111001011001001010001111111011111011110110100010111000101000100010011010111000111000000110000101 | e996ade5928fefbda2e2889ae38185 |
UHC | 閭??√ぅ | 1101010111101111001111110011111110100001111011101010101010100101 | d5ef3f3fa1eeaaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)