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 | 譏定ョ | 1110011010011000100100101110100010101110 | e69892e8ae |
EUC-JP | 譏定ョ | 111010111111100011000100111010101000111010101110 | ebf8c4ea8eae |
UTF-8 | 譏定ョ | 111010001010110110001111111001011010111010011010111011111011110110101110 | e8ad8fe5ae9aefbdae |
UHC | 譏定? | 1101000111000001111011111101001000111111 | d1c1efd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)