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 | 韆樊瑳 | 111010001110011010011110111001101000110110111010 | e8e69ee68dba |
EUC-JP | 韆樊瑳 | 111100001110100011011100111010001011101010111100 | f0e8dce8babc |
UTF-8 | 韆樊瑳 | 111010011001111110000110111001101010100010001010111001111001000110110011 | e99f86e6a88ae791b3 |
UHC | 韆樊? | 1111010011000111110110111110000000111111 | f4c7dbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)