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 | 隴跫皀隴跫皀^ | 11101000101011011110011011101101111000011010001111101000101011011110011011101101111000011010001101011110 | e8ade6ede1a3e8ade6ede1a35e |
EUC-JP | 隴跫皀隴跫皀^ | 11110000101011111110110011101111111000101010010111110000101011111110110011101111111000101010010101011110 | f0afecefe2a5f0afecefe2a55e |
UTF-8 | 隴跫皀隴跫皀^ | 11101001100110101011010011101000101101111010101111100111100110101000000011101001100110101011010011101000101101111010101111100111100110101000000001011110 | e99ab4e8b7abe79a80e99ab4e8b7abe79a805e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)