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 | 肓郁触觧 | 1110001111101001100010001110100010010000010001111110011001011010 | e3e988e89047e65a |
EUC-JP | 肓郁触觧 | 1110011011101011101100001110101010111111101010001110101110111011 | e6ebb0eabfa8ebbb |
UTF-8 | 肓郁触觧 | 111010001000001010010011111010011000001110000001111010001010011110100110111010001010011110100111 | e88293e98381e8a7a6e8a7a7 |
UHC | ?郁?? | 0011111111101001111101000011111100111111 | 3fe9f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)