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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昔船菽 | 100100001100110010010001010001001110010011000001 | 90cc9144e4c1 |
EUC-JP | 昔船菽 | 110000001100111011000001101001011110100011000011 | c0cec1a5e8c3 |
UTF-8 | 昔船菽 | 111001101001100010010100111010001000100010111001111010001000111110111101 | e69894e888b9e88fbd |
UHC | 昔船菽 | 111000001010111011100000110011111110001011011101 | e0aee0cfe2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)