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 | 1110000011101011111000001110111001010000 | e0ebe0ee50 |
EUC-JP | 琿瑁P | 1110000011101101111000001111000001010000 | e0ede0f050 |
UTF-8 | 琿瑁P | 11100111100100001011111111100111100100011000000101010000 | e790bfe7918150 |
UHC | 琿瑁P | 1111101111101010110110011100000101010000 | fbead9c150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)