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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 達i達iB | 10010010010000100110100110010010010000100110100101000010 | 92426992426942 |
EUC-JP | 達i達iB | 11000011101000110110100111000011101000110110100101000010 | c3a369c3a36942 |
UTF-8 | 達i達iB | 111010011000000110010100011010011110100110000001100101000110100101000010 | e9819469e981946942 |
UHC | 達i達iB | 11010011101110010110100111010011101110010110100101000010 | d3b969d3b96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)