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 | 尺釈蒔ⅳ蔀 | 10001110110110101000111011011111100011101010101011111010010000111000111011000001 | 8eda8edf8eaafa438ec1 |
EUC-JP | 尺釈蒔?蔀 | 101111001101110010111100111000011011110010101100001111111011110011000011 | bcdcbce1bcac3fbcc3 |
UTF-8 | 尺釈蒔ⅳ蔀 | 111001011011000010111010111010011000011110001000111010001001001010010100111000101000010110110011111010001001010010000000 | e5b0bae98788e89294e285b3e89480 |
UHC | 尺?蒔ⅳ? | 1111010010101001001111111110001111001000101001011010010000111111 | f4a93fe3c8a5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)