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 | 輨ì | 11101000101111001010100011101100 | e8bca8ec |
SJIS-WIN | ??¨? | 0011111100111111100000010100111000111111 | 3f3f814e3f |
EUC-JP | è?¨ì | 100011111010101110110010001111111010000110101111100011111010101111000000 | 8fabb23fa1af8fabc0 |
UTF-8 | 輨ì | 1100001110101000110000101011110011000010101010001100001110101100 | c3a8c2bcc2a8c3ac |
UHC | ?¼¨? | 001111111010100011111001101000011010011100111111 | 3fa8f9a1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)