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 | 熱?お | 1001010001001101001111111000001010101000 | 944d3f82a8 |
EUC-JP | 熱?お | 1100011110101110001111111010010010101010 | c7ae3fa4aa |
UTF-8 | 熱뉓お | 111001111000011010110001111010111000100110010011111000111000000110001010 | e786b1eb8993e3818a |
UHC | 熱뉓お | 111001101111000010000111111010001010101010101010 | e6f087e8aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)