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 | × | 100011111001101110010000110101111001000010010000 | 8f9b90d79090 |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ???×?? | 00111111001111110011111110100001110111110011111100111111 | 3f3f3fa1df3f3f |
UTF-8 | × | 110000101000111111000010100110111100001010010000110000111001011111000010100100001100001010010000 | c28fc29bc290c397c290c290 |
UHC | ???×?? | 00111111001111110011111110100001101111110011111100111111 | 3f3f3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)