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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 諞ヨ沓\ | 11100110100001101000001110001000100011000100001001011100 | e68683888c425c |
EUC-JP | 諞ヨ沓\ | 11101011111001101010010111101000101101111010001101011100 | ebe6a5e8b7a35c |
UTF-8 | 諞ヨ沓\ | 11101000101010111001111011100011100000111010100011100110101100101001001101011100 | e8ab9ee383a8e6b2935c |
UHC | ?ヨ沓\ | 001111111010101111101000110100111100101101011100 | 3fabe8d3cb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)