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 | ????□? | 00111111001111110011111100111111100000011010000000111111 | 3f3f3f3f81a03f |
EUC-JP | ????□? | 00111111001111110011111100111111101000101010001000111111 | 3f3f3f3fa2a23f |
UTF-8 | 룵句룵句□▩ | 111010111010001110110101111011111010010010000110111010111010001110110101111011111010010010000110111000101001011010100001111000101001011010101001 | eba3b5efa486eba3b5efa486e296a1e296a9 |
UHC | 룵句룵句□▩ | 100011111010101011001111111110111000111110101010110011111111101110100001111000001010001011001100 | 8faacffb8faacffba1e0a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)