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 | ゙鰌槢、 | 1111001010110110110111101110100111010011111110101110110010100100 | f2b6dee9d3faeca4 |
EUC-JP | ?゙鰌槢、 | 00111111100011101101111011110010110101011000111111000100111010101000111010100100 | 3f8edef2d58fc4ea8ea4 |
UTF-8 | ゙鰌槢、 | 111011101000011110101101111011111011111010011110111010011011000010001100111001101010011110100010111011111011110110100100 | ee87adefbe9ee9b08ce6a7a2efbda4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)