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 | 爭?禎?箏? | 111000001010010100111111100100101111010100111111111000101011010100111111 | e0a53f92f53fe2b53f |
EUC-JP | 爭?禎?箏? | 111000001010011100111111110001001111011100111111111001001011011100111111 | e0a73fc4f73fe4b73f |
UTF-8 | 爭렦禎렦箏렎 | 111001111000100010101101111010111010000010100110111001111010011010001110111010111010000010100110111001111010111010001111111010111010000010001110 | e788adeba0a6e7a68eeba0a6e7ae8feba08e |
UHC | 爭렦禎렦箏렎 | 111011101011001110001110101101011110111111101110100011101011010111101110101101001000111010100100 | eeb38eb5efee8eb5eeb48ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)