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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鴾。鴾。^ | 1110100111111010101000011111001001111101111010011111101010100001111100100111101101011110 | e9faa1f27de9faa1f27b5e |
EUC-JP | 鴾。?鴾。?^ | 1111001011111100100011101010000100111111111100101111110010001110101000010011111101011110 | f2fc8ea13ff2fc8ea13f5e |
UTF-8 | 鴾。鴾。^ | 11101001101101001011111011101111101111011010000111101110100001101011010111101001101101001011111011101111101111011010000111101110100001101011001101011110 | e9b4beefbda1ee86b5e9b4beefbda1ee86b35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)