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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 絽確旧械B | 111000110101011110001010011011011000101110001100100010100100001001000010 | e3578a6d8b8c8a4242 |
EUC-JP | 絽確旧械B | 111001011011100010110011110011101011010111101100101100111010001101000010 | e5b8b3ceb5ecb3a342 |
UTF-8 | 絽確旧械B | 11100111101101011011110111100111101000101011101011100110100101111010011111100110101000101011000001000010 | e7b5bde7a2bae697a7e6a2b042 |
UHC | ?確?械B | 00111111111111001010110000111111110011001111111001000010 | 3ffcac3fccfe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)