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 | ???妖≫? | 0011111100111111001111111001011101100100100000011110001000111111 | 3f3f3f976481e23f |
EUC-JP | ???妖≫? | 0011111100111111001111111100110111000101101000101110010000111111 | 3f3f3fcdc5a2e43f |
UTF-8 | 琉뜻뼆妖≫닓 | 111011111010011110001100111010111001110010111011111010111011110010000110111001011010011010010110111000101000100110101011111010111000101110010011 | efa78ceb9cbbebbc86e5a696e289abeb8b93 |
UHC | 琉뜻뼆妖≫닓 | 111010111010010010110110111001101001011010010000111010001110110110100001111011011000100010010111 | eba4b6e69690e8eda1ed8897 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)