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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟻??馭 | 100010110110000100111111001111111110100101100110 | 8b613f3fe966 |
EUC-JP | 蟻??馭 | 101101011100001000111111001111111111000111000111 | b5c23f3ff1c7 |
UTF-8 | 蟻띷림馭 | 111010001001111110111011111010111001110110110111111010111010011010111100111010011010011010101101 | e89fbbeb9db7eba6bce9a6ad |
UHC | 蟻띷림馭 | 1110101111111100100011011110011010111000101100101110010111011111 | ebfc8de6b8b2e5df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)