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 | ???~??? | 00111111001111110011111101111110001111110011111100111111 | 3f3f3f7e3f3f3f |
SJIS-WIN | ???~??婦 | 0011111100111111001111110111111000111111001111111001010101110111 | 3f3f3f7e3f3f9577 |
EUC-JP | ???~??婦 | 0011111100111111001111110111111000111111001111111100100111011000 | 3f3f3f7e3f3fc9d8 |
UTF-8 | 룵첂▣~룵ㄱ婦 | 11101011101000111011010111101100101100101000001011100010100101101010001101111110111010111010001110110101111000111000010010110001111001011010100110100110 | eba3b5ecb282e296a37eeba3b5e384b1e5a9a6 |
UHC | 룵첂▣~룵ㄱ婦 | 10001111101010101010101010001111101000101100001101111110100011111010101010100100101000011101110011111110 | 8faaaa8fa2c37e8faaa4a1dcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)