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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 釥識P | 1111101111000000100011101010111101010000 | fbc08eaf50 |
EUC-JP | 釥識P | 100011111110001110101011101111001011000101010000 | 8fe3abbcb150 |
UTF-8 | 釥識P | 11101001100001111010010111101000101011011001100001010000 | e987a5e8ad9850 |
UHC | ?識P | 00111111111000111101101101010000 | 3fe3db50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)