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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻?曼 | 1000101101100001001111111001100111010110 | 8b613f99d6 |
EUC-JP | 蟻?曼 | 1011010111000010001111111101001011011000 | b5c23fd2d8 |
UTF-8 | 蟻쇤曼 | 111010001001111110111011111011001000011110100100111001101001101110111100 | e89fbbec87a4e69bbc |
UHC | 蟻쇤曼 | 111010111111110010111100111010011101100010111010 | ebfcbce9d8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)