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 | æ¼¬å¯ | 111001101011110010101100111001011010111110001100 | e6bcace5af8c |
SJIS-WIN | ??¬??? | 00111111001111111000000111001010001111110011111100111111 | 3f3f81ca3f3f3f |
EUC-JP | �� | 10001111101010011100000100111111101000101100110010001111101010111010100110001111101000101011010000111111 | 8fa9c13fa2cc8faba98fa2b43f |
UTF-8 | æ¼¬å¯ | 110000111010011011000010101111001100001010101100110000111010010111000010101011111100001010001100 | c3a6c2bcc2acc3a5c2afc28c |
UHC | æ¼???? | 1010100110100001101010001111100100111111001111110011111100111111 | a9a1a8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)