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 | ×Éä× | 1000111111010111110010011110010011010111 | 8fd7c9e4d7 |
SJIS-WIN | ?×??× | 00111111100000010111111000111111001111111000000101111110 | 3f817e3f3f817e |
EUC-JP | ?×Éä× | 0011111110100001110111111000111110101010101100011000111110101011101000111010000111011111 | 3fa1df8faab18faba3a1df |
UTF-8 | ×Éä× | 11000010100011111100001110010111110000111000100111000011101001001100001110010111 | c28fc397c389c3a4c397 |
UHC | ?×??× | 00111111101000011011111100111111001111111010000110111111 | 3fa1bf3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)