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 | 貂滔梱 | 111001101011100010011111111010111000110110101011 | e6b89feb8dab |
EUC-JP | 貂滔梱 | 111011001011101011011110111011011011101010101101 | ecbadeedbaad |
UTF-8 | 貂滔梱 | 111010001011001010000010111001101011101110010100111001101010001010110001 | e8b282e6bb94e6a2b1 |
UHC | 貂滔梱 | 111101011011000011010100101001011100110111100001 | f5b0d4a5cde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)