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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | エ笘F | 1000001101000111111000101001100001000110 | 8347e29846 |
EUC-JP | エ笘F | 1010010110101000111000111111100001000110 | a5a8e3f846 |
UTF-8 | エ笘F | 11100011100000101010100011100111101011001001100001000110 | e382a8e7ac9846 |
UHC | エ?F | 10101011101010000011111101000110 | aba83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)