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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 塼?? | 1000111110111000101110010011111100111111 | 8fb8b93f3f |
UTF-8 | 塼흗길 | 111001011010000110111100111011011001110110010111111010101011100010111000 | e5a1bced9d97eab8b8 |
UHC | 塼흗길 | 111011101111010011001000111010011011000111100110 | eef4c8e9b1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)