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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 維??? | 1000100011011011001111110011111100111111 | 88db3f3f3f |
EUC-JP | 維??? | 1011000011011101001111110011111100111111 | b0dd3f3f3f |
UTF-8 | 維볥쳴紐 | 111001111011011010101101111010111011001110100101111011001011001110110100111011111010011110001111 | e7b6adebb3a5ecb3b4efa78f |
UHC | 維볥쳴紐 | 1110101110101011100100111110101110101011100101111110101110101010 | ebab93ebab97ebaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)