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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 澵ズ澵スワ^ | 111110110100110010111101110111101111101101001100101111011101110001011110 | fb4cbddefb4cbddc5e |
EUC-JP | 澵ズ澵スワ^ | 100011111100100011111000100011101011110110001110110111101000111111001000111110001000111010111101100011101101110001011110 | 8fc8f88ebd8ede8fc8f88ebd8edc5e |
UTF-8 | 澵ズ澵スワ^ | 11100110101111101011010111101111101111011011110111101111101111101001111011100110101111101011010111101111101111011011110111101111101111101001110001011110 | e6beb5efbdbdefbe9ee6beb5efbdbdefbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)