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 | 昇??? | 1000111110111000001111110011111100111111 | 8fb83f3f3f |
EUC-JP | 昇??瀯 | 10111110101110100011111100111111100011111100100110110010 | beba3f3f8fc9b2 |
UTF-8 | 昇띷똉瀯 | 111001101001100010000111111010111001110110110111111010111001100010001001111001111000000010101111 | e69887eb9db7eb9889e780af |
UHC | 昇띷똉瀯 | 1110001110110000100011011110011010001100010010101110011110111011 | e3b08de68c4ae7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)