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 | 蕭怨撮 | 111001010100101010001001100001011000111001000010 | e54a89858e42 |
EUC-JP | 蕭怨撮 | 111010011010101110110001111001011011101110100011 | e9abb1e5bba3 |
UTF-8 | 蕭怨撮 | 111010001001010110101101111001101000000010101000111001101001001010101110 | e895ade680a8e692ae |
UHC | 蕭怨撮 | 111000011100101111101010101100111111010111001001 | e1cbeab3f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)