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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍よ昭驍 | 1110100110000010100000101110011010001111101110101110100110000010 | e98282e68fbae982 |
EUC-JP | 驍よ昭驍 | 1111000111100010101001001110100010111110101111001111000111100010 | f1e2a4e8bebcf1e2 |
UTF-8 | 驍よ昭驍 | 111010011010100110001101111000111000001010001000111001101001100010101101111010011010100110001101 | e9a98de38288e698ade9a98d |
UHC | 驍よ昭驍 | 1111110110100100101010101110100011100001101110011111110110100100 | fda4aae8e1b9fda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)