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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 矣H | 111101111010001111110001111111001110000111100001111101101110001001001000 | f7a3f1fce1e1f6e248 |
EUC-JP | ??矣?H | 001111110011111111100010111000110011111101001000 | 3f3fe2e33f48 |
UTF-8 | 矣H | 11101110100101101000011011101110100001011011011111100111100111111010001111101110100101001000100101001000 | ee9686ee85b7e79fa3ee948948 |
UHC | ??矣?H | 001111110011111111101011111110000011111101001000 | 3f3febf83f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)