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 | ó´öÀü× | 111100111011010011110110110000001111110011010111 | f3b4f6c0fcd7 |
SJIS-WIN | ?´???× | 0011111110000001010011000011111100111111001111111000000101111110 | 3f814c3f3f3f817e |
EUC-JP | ó´öÀü× | 10001111101010111101000110100001101011011000111110101011110100111000111110101010101000101000111110101011111001001010000111011111 | 8fabd1a1ad8fabd38faaa28fabe4a1df |
UTF-8 | ó´öÀü× | 110000111011001111000010101101001100001110110110110000111000000011000011101111001100001110010111 | c3b3c2b4c3b6c380c3bcc397 |
UHC | ?´???× | 0011111110100010101001010011111100111111001111111010000110111111 | 3fa2a53f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)