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 | ?毒? | 00111111100100111100010100111111 | 3f93c53f |
EUC-JP | ?毒雩 | 001111111100011011000111100011111110011011111010 | 3fc6c78fe6fa |
UTF-8 | 뤯毒雩 | 111010111010010010101111111001101010111110010010111010011001101110101001 | eba4afe6af92e99ba9 |
UHC | 뤯毒雩 | 100011111101110111010100101110001110100111101100 | 8fddd4b8e9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)