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 | 瞻獨皚 | 111000011101101111100000110101011110000110101011 | e1dbe0d5e1ab |
EUC-JP | 瞻獨皚 | 111000101101110111100000110101111110001010101101 | e2dde0d7e2ad |
UTF-8 | 瞻獨皚 | 111001111001111010111011111001111000110110101000111001111001101010011010 | e79ebbe78da8e79a9a |
UHC | 瞻獨? | 1111010011010111110101001011110000111111 | f4d7d4bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)