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 | 愕??? | 1001110010110001001111110011111100111111 | 9cb13f3f3f |
EUC-JP | 愕??? | 1101100010110011001111110011111100111111 | d8b33f3f3f |
UTF-8 | 愕렯렼륁 | 111001101000010010010101111010111010000010101111111010111010000010111100111010111010010110000001 | e68495eba0afeba0bceba581 |
UHC | 愕렯렼륁 | 1110010011000011100011101011110010001110110001001000111111101100 | e4c38ebc8ec48fec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)