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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | タ裴鋿裼 | 11000000111001011110100011111011110111001110010111100111 | c0e5e8fbdce5e7 |
EUC-JP | タ裴鋿裼 | 100011101100000011101010111010101000111111100100110100101110101011101001 | 8ec0eaea8fe4d2eae9 |
UTF-8 | タ裴鋿裼 | 111011111011111010000000111010001010001110110100111010011000101110111111111010001010001110111100 | efbe80e8a3b4e98bbfe8a3bc |
UHC | ?裴?? | 0011111111011011110100000011111100111111 | 3fdbd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)