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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 硝モシー^ | 100011111100100111010011101111001011000001011110 | 8fc9d3bcb05e |
EUC-JP | 硝モシー^ | 101111101100101110001110110100111000111010111100100011101011000001011110 | becb8ed38ebc8eb05e |
UTF-8 | 硝モシー^ | 11100111101000011001110111101111101111101001001111101111101111011011110011101111101111011011000001011110 | e7a19defbe93efbdbcefbdb05e |
UHC | 硝???^ | 111101011010011000111111001111110011111101011110 | f5a63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)