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 | 雋ょ綜 | 111010001011001010000010111001011001000110001110 | e8b282e5918e |
EUC-JP | 雋ょ綜 | 111100001011010010100100111001111100000111101110 | f0b4a4e7c1ee |
UTF-8 | 雋ょ綜 | 111010011001101110001011111000111000001010000111111001111011011010011100 | e99b8be38287e7b69c |
UHC | 雋ょ綜 | 111100011110011010101010111001111111000011111100 | f1e6aae7f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)