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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蠖ァ諷ゎ桙B | 11100101101111011010011111100110100001011000001011101100100111101000001001000010 | e5bda7e68582ec9e8242 |
EUC-JP | 蠖ァ諷ゎ桙B | 1110101010111111100011101010011111101011111001011010010011101110110110111110001001000010 | eabf8ea7ebe5a4eedbe242 |
UTF-8 | 蠖ァ諷ゎ桙B | 11101000101000001001011011101111101111011010011111101000101010111011011111100011100000101000111011100110101000011001100101000010 | e8a096efbda7e8abb7e3828ee6a19942 |
UHC | ??諷ゎ?B | 0011111100111111111110011010010010101010111011100011111101000010 | 3f3ff9a4aaee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)