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 | 底?┏應?禎 | 10010010111010100011111110000100101011001001110011100100001111111001001011110101 | 92ea3f84ac9ce43f92f5 |
| EUC-JP | 底?┏應?禎 | 11000100111011000011111110101000101011101101100011100110001111111100010011110111 | c4ec3fa8aed8e63fc4f7 |
| UTF-8 | 底콸┏應렚禎 | 111001011011101010010101111011001011110110111000111000101001010010001111111001101000011110001001111010111010000010011010111001111010011010001110 | e5ba95ecbdb8e2948fe68789eba09ae7a68e |
| UHC | 底콸┏應렚禎 | 111011101011110011000100111001011010011010101110111010111110101110001110101011011110111111101110 | eebcc4e5a6aeebeb8eadefee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)