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 | 溯蠅億 | 100111111110100011100101101000101000100110101101 | 9fe8e5a289ad |
EUC-JP | 溯蠅億 | 110111101110101011101010101001001011001010101111 | deeaeaa4b2af |
UTF-8 | 溯蠅億 | 111001101011101010101111111010001010000010000101111001011000010010000100 | e6baafe8a085e58484 |
UHC | 溯蠅億 | 111000011011110111100011101100101110010111100010 | e1bde3b2e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)