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 | ãÁ¼Àòí¼ | 1000111111100011110000011011110011000000111100101110110110111100 | 8fe3c1bcc0f2edbc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ãÁ?Àòí? | 001111111000111110101011101010101000111110101010101000010011111110001111101010101010001010001111101010111101001010001111101010111011111100111111 | 3f8fabaa8faaa13f8faaa28fabd28fabbf3f |
UTF-8 | ãÁ¼Àòí¼ | 11000010100011111100001110100011110000111000000111000010101111001100001110000000110000111011001011000011101011011100001010111100 | c28fc3a3c381c2bcc380c3b2c3adc2bc |
UHC | ???¼???¼ | 00111111001111110011111110101000111110010011111100111111001111111010100011111001 | 3f3f3fa8f93f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)