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 | 驍よ鏡 | 111010011000001010000010111001101000101110111110 | e98282e68bbe |
EUC-JP | 驍よ鏡 | 111100011110001010100100111010001011011011000000 | f1e2a4e8b6c0 |
UTF-8 | 驍よ鏡 | 111010011010100110001101111000111000001010001000111010011000111110100001 | e9a98de38288e98fa1 |
UHC | 驍よ鏡 | 111111011010010010101010111010001100110011110000 | fda4aae8ccf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)