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 | 制蕎戊懿? | 100100001010011110001011101111001001010111101000100111001111001000111111 | 90a78bbc95e89cf23f |
EUC-JP | 制蕎戊懿? | 110000001010100110110110101111101100101011101010110110001111010000111111 | c0a9b6becaead8f43f |
UTF-8 | 制蕎戊懿빰 | 111001011000100010110110111010001001010110001110111001101000100010001010111001101000011110111111111010111011100110110000 | e588b6e8958ee6888ae687bfebb9b0 |
UHC | 制蕎戊懿빰 | 11110000101001001100111011110000110110011110011011101011111100111011101110100011 | f0a4cef0d9e6ebf3bba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)