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 | 撓???? | 100111011001101000111111001111110011111100111111 | 9d9a3f3f3f3f |
EUC-JP | 撓??獒? | 1101100111111010001111110011111110001111110010111011101100111111 | d9fa3f3f8fcbbb3f |
UTF-8 | 撓띶맢獒퇑 | 111001101001001010010011111010111001110110110110111010111010011110100010111001111000110110010010111011011000011110010001 | e69293eb9db6eba7a2e78d92ed8791 |
UHC | 撓띶맢獒퇑 | 11101000111101011000110111100101100100001010111011101000101000111011100001000010 | e8f58de590aee8a3b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)