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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 燧‥鷯] | 11100000100111001000000101100100111010100101110101011101 | e09c8164ea5d5d |
EUC-JP | 燧‥鷯] | 11011111111111001010000111000101111100111011111001011101 | dffca1c5f3be5d |
UTF-8 | 燧‥鷯] | 11100111100001111010011111100010100000001010010111101001101101111010111101011101 | e787a7e280a5e9b7af5d |
UHC | 燧‥?] | 111000101010110010100001101001010011111101011101 | e2aca1a53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)