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 | 蓼蓐蓼 | 111001001111100011100100111010101110010011111000 | e4f8e4eae4f8 |
EUC-JP | 蓼蓐蓼 | 111010001111101011101000111011001110100011111010 | e8fae8ece8fa |
UTF-8 | 蓼蓐蓼 | 111010001001001110111100111010001001001110010000111010001001001110111100 | e893bce89390e893bc |
UHC | 蓼?蓼 | 1101011011111110001111111101011011111110 | d6fe3fd6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)