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 | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 誤n誤nB | 10001100111010110110111010001100111010110110111001000010 | 8ceb6e8ceb6e42 |
EUC-JP | 誤n誤nB | 10111000111011010110111010111000111011010110111001000010 | b8ed6eb8ed6e42 |
UTF-8 | 誤n誤nB | 111010001010101010100100011011101110100010101010101001000110111001000010 | e8aaa46ee8aaa46e42 |
UHC | 誤n誤nB | 11101000101001100110111011101000101001100110111001000010 | e8a66ee8a66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)