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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 俎????曺 | 1001100011010111001111110011111100111111001111111111101011011110 | 98d73f3f3f3ffade |
EUC-JP | 俎????曺 | 110100001101100100111111001111110011111100111111100011111100001011101101 | d0d93f3f3f3f8fc2ed |
UTF-8 | 俎렯롛렯롚曺 | 111001001011111110001110111010111010000010101111111010111010000110011011111010111010000010101111111010111010000110011010111001101001101110111010 | e4bf8eeba0afeba19beba0afeba19ae69bba |
UHC | 俎렯롛렯롚曺 | 111100001011101110001110101111001000111011011111100011101011110010001110110111101111000011000110 | f0bb8ebc8edf8ebc8edef0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)