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 | 險キ蝸廝 | 11101000101010001011011111100101100101111001110001000010 | e8a8b7e5979c42 |
EUC-JP | 險キ蝸廝 | 1111000010101010100011101011011111101001111101111101011110100011 | f0aa8eb7e9f7d7a3 |
UTF-8 | 險キ蝸廝 | 111010011001101010101010111011111011110110110111111010001001110110111000111001011011101110011101 | e99aaaefbdb7e89db8e5bb9d |
UHC | 險?蝸? | 111110101100111100111111111010001100010000111111 | facf3fe8c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)