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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 探造n探造nB | 1001001001010100100100011010001001101110100100100101010010010001101000100110111001000010 | 925491a26e925491a26e42 |
EUC-JP | 探造n探造nB | 1100001110110101110000101010010001101110110000111011010111000010101001000110111001000010 | c3b5c2a46ec3b5c2a46e42 |
UTF-8 | 探造n探造nB | 111001101000111010100010111010011000000010100000011011101110011010001110101000101110100110000000101000000110111001000010 | e68ea2e980a06ee68ea2e980a06e42 |
UHC | 探造n探造nB | 1111011110101110111100001110001101101110111101111010111011110000111000110110111001000010 | f7aef0e36ef7aef0e36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)