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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?軫? | 00111111111001110110011000111111 | 3fe7663f |
EUC-JP | ?軫? | 00111111111011011100011100111111 | 3fedc73f |
UTF-8 | 렮軫뤏 | 111010111010000010101110111010001011101110101011111010111010010010001111 | eba0aee8bbabeba48f |
UHC | 렮軫뤏 | 100011101011101111110010111000101000111110111111 | 8ebbf2e28fbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)