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 | ÎñÞÎô | 1100111011110001110111101100111011110100 | cef1decef4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÎñÞÎô | 100011111010101011000010100011111010101111010000100011111010100110110000100011111010101011000010100011111010101111010100 | 8faac28fabd08fa9b08faac28fabd4 |
UTF-8 | ÎñÞÎô | 11000011100011101100001110110001110000111001111011000011100011101100001110110100 | c38ec3b1c39ec38ec3b4 |
UHC | ??Þ?? | 001111110011111110101000101011010011111100111111 | 3f3fa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)