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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 樵ノ^ | 10001111101111111100100101011110 | 8fbfc95e |
EUC-JP | 樵ノ^ | 1011111011000001100011101100100101011110 | bec18ec95e |
UTF-8 | 樵ノ^ | 11100110101010001011010111101111101111101000100101011110 | e6a8b5efbe895e |
UHC | 樵?^ | 11110101101000110011111101011110 | f5a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)