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 | 睫萪晳 | 1110000111001010111001001101001011110000110000011111101011011001 | e1cae4d2f0c1fad9 |
EUC-JP | 睫萪?晳 | 1110001011001100111010001101010000111111100011111100001011000100 | e2cce8d43f8fc2c4 |
UTF-8 | 睫萪晳 | 111001111001110110101011111010001001000010101010111011101000001010000000111001101001100110110011 | e79dabe890aaee8280e699b3 |
UHC | 睫??晳 | 111101001110001000111111001111111110000010101111 | f4e23f3fe0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)