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 | 漬í«êè | 1110011010111100101011001110110110001110101010111110101011101000 | e6bcaced8eabeae8 |
SJIS-WIN | ??¬????? | 001111110011111110000001110010100011111100111111001111110011111100111111 | 3f3f81ca3f3f3f3f3f |
EUC-JP | æ?¬í??êè | 1000111110101001110000010011111110100010110011001000111110101011101111110011111100111111100011111010101110110100100011111010101110110010 | 8fa9c13fa2cc8fabbf3f3f8fabb48fabb2 |
UTF-8 | 漬í«êè | 11000011101001101100001010111100110000101010110011000011101011011100001010001110110000101010101111000011101010101100001110101000 | c3a6c2bcc2acc3adc28ec2abc3aac3a8 |
UHC | æ¼?????? | 10101001101000011010100011111001001111110011111100111111001111110011111100111111 | a9a1a8f93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)