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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 瓮??nB | 111000010100010000111111001111110110111001000010 | e1443f3f6e42 |
EUC-JP | 瓮??nB | 111000011010010100111111001111110110111001000010 | e1a53f3f6e42 |
UTF-8 | 瓮쇽쉑nB | 1110011110010011101011101110110010000111101111011110110010001001100100010110111001000010 | e793aeec87bdec89916e42 |
UHC | 瓮쇽쉑nB | 1110100010110111101111001110111110111101101001110110111001000010 | e8b7bcefbda76e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)