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 | 驍よ昭 | 111010011000001010000010111001101000111110111010 | e98282e68fba |
EUC-JP | 驍よ昭 | 111100011110001010100100111010001011111010111100 | f1e2a4e8bebc |
UTF-8 | 驍よ昭 | 111010011010100110001101111000111000001010001000111001101001100010101101 | e9a98de38288e698ad |
UHC | 驍よ昭 | 111111011010010010101010111010001110000110111001 | fda4aae8e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)