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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覡濠渦 | 111001100100110110001101100010101000100101010001 | e64d8d8a8951 |
EUC-JP | 覡濠渦 | 111010111010111010111001111010101011000110110010 | ebaeb9eab1b2 |
UTF-8 | 覡濠渦 | 111010001010011010100001111001101011111110100000111001101011100010100110 | e8a6a1e6bfa0e6b8a6 |
UHC | 覡濠渦 | 110011001010111111111011110011001110100010111110 | ccaffbcce8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)