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 | 薛器繍葆 | 1110010101001100100010101110110110001111010010101110010011011100 | e54c8aed8f4ae4dc |
EUC-JP | 薛器繍葆 | 1110100110101101101101001110111110111101101010111110100011011110 | e9adb4efbdabe8de |
UTF-8 | 薛器繍葆 | 111010001001011010011011111001011001100110101000111001111011100110001101111010001001000110000110 | e8969be599a8e7b98de89186 |
UHC | 薛器?? | 111000001110000011010000111011110011111100111111 | e0e0d0ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)