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 | 崗皎蠡 | 100110111011110011100001101001111110010111000000 | 9bbce1a7e5c0 |
EUC-JP | 崗皎蠡 | 110101101011111011100010101010011110101011000010 | d6bee2a9eac2 |
UTF-8 | 崗皎蠡 | 111001011011010010010111111001111001101010001110111010001010000010100001 | e5b497e79a8ee8a0a1 |
UHC | 崗皎? | 1100101110101011110011101110101100111111 | cbabceeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)