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 | タ裴鋿 | 1100000011100101111010001111101111011100 | c0e5e8fbdc |
EUC-JP | タ裴鋿 | 10001110110000001110101011101010100011111110010011010010 | 8ec0eaea8fe4d2 |
UTF-8 | タ裴鋿 | 111011111011111010000000111010001010001110110100111010011000101110111111 | efbe80e8a3b4e98bbf |
UHC | ?裴? | 00111111110110111101000000111111 | 3fdbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)