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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 熱??O | 1001010001001101001111110011111101001111 | 944d3f3f4f |
EUC-JP | 熱??O | 1100011110101110001111110011111101001111 | c7ae3f3f4f |
UTF-8 | 熱㎪퀩O | 11100111100001101011000111100011100011101010101011101101100000001010100101001111 | e786b1e38eaaed80a94f |
UHC | 熱㎪퀩O | 11100110111100001010011111100110101100111001110101001111 | e6f0a7e6b39d4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)