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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 鉥??鉥??^ | 1000111111100011111010000011111100111111100011111110001111101000001111110011111101011110 | 8fe3e83f3f8fe3e83f3f5e |
UTF-8 | 鉥롛롂鉥롛롂^ | 11101001100010011010010111101011101000011001101111101011101000011000001011101001100010011010010111101011101000011001101111101011101000011000001001011110 | e989a5eba19beba182e989a5eba19beba1825e |
UHC | 鉥롛롂鉥롛롂^ | 11100010111111001000111011011111100011101100100111100010111111001000111011011111100011101100100101011110 | e2fc8edf8ec9e2fc8edf8ec95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)