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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薊わ醜蔔 | 1110010101001000100000101110110110001111010110001110010011110111 | e54882ed8f58e4f7 |
EUC-JP | 薊わ醜蔔 | 1110100110101001101001001110111110111101101110011110100011111001 | e9a9a4efbdb9e8f9 |
UTF-8 | 薊わ醜蔔 | 111010001001011010001010111000111000001010001111111010011000011010011100111010001001010010010100 | e8968ae3828fe9869ce89494 |
UHC | ?わ醜蔔 | 00111111101010101110111111110101110111011101110011011011 | 3faaeff5dddcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)