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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迯礼亮 | 111001111000110110010111111001111001011110111010 | e78d97e797ba |
EUC-JP | 迯礼亮 | 111011011110110111001110111010011100111010111100 | ededcee9cebc |
UTF-8 | 迯礼亮 | 111010001011111110101111111001111010010010111100111001001011101010101110 | e8bfafe7a4bce4baae |
UHC | ??亮 | 00111111001111111101010111010101 | 3f3fd5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)