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 | ¾ÎòÓ | 10111110110011101111001011010011 | becef2d3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ÎòÓ | 00111111100011111010101011000010100011111010101111010010100011111010101011010001 | 3f8faac28fabd28faad1 |
UTF-8 | ¾ÎòÓ | 1100001010111110110000111000111011000011101100101100001110010011 | c2bec38ec3b2c393 |
UHC | ¾??? | 1010100011111010001111110011111100111111 | a8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)