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 | 惡涯顔 | 100111001010011010001010010101011000101011100111 | 9ca68a558ae7 |
EUC-JP | 惡涯顔 | 110110001010100010110011101101101011010011101001 | d8a8b3b6b4e9 |
UTF-8 | 惡涯顔 | 111001101000001110100001111001101011011010101111111010011010000110010100 | e683a1e6b6afe9a194 |
UHC | 惡涯顔 | 111001001100001011100100111100111110010011010100 | e4c2e4f3e4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)