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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?円盛B | 001111111000100101111110100100001011011101000010 | 3f897e90b742 |
EUC-JP | ?円盛B | 001111111011000111011111110000001011100101000010 | 3fb1dfc0b942 |
UTF-8 | 뿺円盛B | 11101011101111111011101011100101100001101000011011100111100110111001101101000010 | ebbfbae58686e79b9b42 |
UHC | 뿺円盛B | 10010111101110101110010111110111111000001111110001000010 | 97bae5f7e0fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)