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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襭岩顕踈ル4 | 111001100100001010001010111000101000110010110000111001101111000110000011100010111000001001010011 | e6428ae28cb0e6f1838b8253 |
EUC-JP | 襭岩顕踈ル4 | 111010111010001110110100111001001011100010110010111011001111001110100101111010111010001110110100 | eba3b4e4b8b2ecf3a5eba3b4 |
UTF-8 | 襭岩顕踈ル4 | 111010001010010110101101111001011011001010101001111010011010000110010101111010001011100010001000111000111000001110101011111011111011110010010100 | e8a5ade5b2a9e9a195e8b888e383abefbc94 |
UHC | ?岩??ル4 | 001111111110010011011011001111110011111110101011111010111010001110110100 | 3fe4db3f3fabeba3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)