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 | ??AP | 00111111001111110100000101010000 | 3f3f4150 |
SJIS-WIN | ?讓AP | 0011111111100110101010000100000101010000 | 3fe6a84150 |
EUC-JP | 嶴讓AP | 10001111101110111111001111101100101010100100000101010000 | 8fbbf3ecaa4150 |
UTF-8 | 嶴讓AP | 1110010110110110101101001110100010101110100100110100000101010000 | e5b6b4e8ae934150 |
UHC | ?讓AP | 0011111111100101110100110100000101010000 | 3fe5d34150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)