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 | 吟ヨ? | 1000101111100001100000111000100000111111 | 8be183883f |
EUC-JP | 吟ヨ? | 1011011011100011101001011110100000111111 | b6e3a5e83f |
UTF-8 | 吟ヨ군 | 111001011001000010011111111000111000001110101000111010101011010110110000 | e5909fe383a8eab5b0 |
UHC | 吟ヨ군 | 111010111110000110101011111010001011000110111010 | ebe1abe8b1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)