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 | 逋イ繧護屋 | 111001111001100110110010111000111000001010001100111011001000100110101110 | e799b2e3828cec89ae |
EUC-JP | 逋イ繧護屋 | 11101101111110011000111010110010111001011110001010111000111011101011001010110000 | edf98eb2e5e2b8eeb2b0 |
UTF-8 | 逋イ繧護屋 | 111010011000000010001011111011111011110110110010111001111011100110100111111010001010110110110111111001011011000110001011 | e9808befbdb2e7b9a7e8adb7e5b18b |
UHC | 逋??護屋 | 1111100011100111001111110011111111111011110111101110100010101001 | f8e73f3ffbdee8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)