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 | 裄蛾㊧邏礼 | 11100101111000001000100111101001100001111000100011100111101101001001011111100111 | e5e089e98788e7b497e7 |
EUC-JP | 裄蛾?邏礼 | 111010101110001010110010111010110011111111101110101101101100111011101001 | eae2b2eb3feeb6cee9 |
UTF-8 | 裄蛾㊧邏礼 | 111010001010001110000100111010001001101110111110111000111000101010100111111010011000001010001111111001111010010010111100 | e8a384e89bbee38aa7e9828fe7a4bc |
UHC | ?蛾?邏? | 00111111111001001011011000111111110101011010010000111111 | 3fe4b63fd5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)