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 | 多巽族 | 100100011011110110010010010001101001000110110000 | 91bd924691b0 |
EUC-JP | 多巽族 | 110000101011111111000011101001111100001010110010 | c2bfc3a7c2b2 |
UTF-8 | 多巽族 | 111001011010010010011010111001011011011110111101111001101001011110001111 | e5a49ae5b7bde6978f |
UHC | 多巽族 | 110100101111110111100001110111101111000011101001 | d2fde1def0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)