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 | 蜈?夷? | 111001011000010100111111100010001100111000111111 | e5853f88ce3f |
EUC-JP | 蜈?夷? | 111010011110010100111111101100001101000000111111 | e9e53fb0d03f |
UTF-8 | 蜈샴夷섐 | 111010001001110010001000111011001000001110110100111001011010010010110111111011001000010010010000 | e89c88ec83b4e5a4b7ec8490 |
UHC | 蜈샴夷섐 | 1110100010100101101111001010010011101100101010001011110010101011 | e8a5bca4eca8bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)