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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜コ竏夂 | 111010001011011010111010111000101000100010011010111001111111010110110111 | e8b6bae2889ae7f5b7 |
EUC-JP | 雜コ竏夂? | 111100001011100010001110101110101110001111101000110101001110100100111111 | f0b88ebae3e8d4e93f |
UTF-8 | 雜コ竏夂 | 111010011001101110011100111011111011110110111010111001111010101110001111111001011010010010000010111011101001000010100010 | e99b9cefbdbae7ab8fe5a482ee90a2 |
UHC | 雜???? | 111011011101101000111111001111110011111100111111 | edda3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)