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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凹??曖? | 10001001100110100011111100111111100111100100001000111111 | 899a3f3f9e423f |
EUC-JP | 凹??曖? | 10110001111110100011111100111111110110111010001100111111 | b1fa3f3fdba33f |
UTF-8 | 凹듐굤曖뉓 | 111001011000011110111001111010111001001110010000111010101011010110100100111001101001101110010110111010111000100110010011 | e587b9eb9390eab5a4e69b96eb8993 |
UHC | 凹듐굤曖뉓 | 11101000111010101011010111100011100000101000101011100100111100101000011111101000 | e8eab5e3828ae4f287e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)