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 | 倭?い艶 | 10011000011000000011111110000010101000101000100110010000 | 98603f82a28990 |
EUC-JP | 倭?い艶 | 11001111110000010011111110100100101001001011000111110000 | cfc13fa4a4b1f0 |
UTF-8 | 倭뗨い艶 | 111001011000000010101101111010111001011110101000111000111000000110000100111010001000100110110110 | e580adeb97a8e38184e889b6 |
UHC | 倭뗨い艶 | 1110100011011110100010111110100010101010101001001110011011111101 | e8de8be8aaa4e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)