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 | 聽遂┬襄潔 | 11100011111000111001000010001011100001001010011011100101111101011000110010001001 | e3e3908b84a6e5f58c89 |
EUC-JP | 聽遂┬襄潔 | 11100110111001011011111111101011101010001010100011101010111101111011011111101001 | e6e5bfeba8a8eaf7b7e9 |
UTF-8 | 聽遂┬襄潔 | 111010001000000110111101111010011000000110000010111000101001010010101100111010001010010110000100111001101011110110010100 | e881bde98182e294ace8a584e6bd94 |
UHC | 聽遂┬襄潔 | 11110100111010011110001011000100101001101010100011100101110100011100110010111110 | f4e9e2c4a6a8e5d1ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)