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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | 譽哢鈔アQ | 1110011010100011100110100100111011100111111000101011000101010001 | e6a39a4ee7e2b151 |
EUC-JP | 譽哢鈔アQ | 111011001010010111010011101011111110111011100100100011101011000101010001 | eca5d3afeee48eb151 |
UTF-8 | 譽哢鈔アQ | 11101000101011011011110111100101100100111010001011101001100010001001010011101111101111011011000101010001 | e8adbde593a2e98894efbdb151 |
UHC | 譽???Q | 111001111110001000111111001111110011111101010001 | e7e23f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)