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 | 藉i狂\ | 11100101010100111000001010001001100010111011011001011100 | e55382898bb65c |
EUC-JP | 藉i狂\ | 11101001101101001010001111101001101101101011100001011100 | e9b4a3e9b6b85c |
UTF-8 | 藉i狂\ | 11101000100101111000100111101111101111011000100111100111100010111000001001011100 | e89789efbd89e78b825c |
UHC | 藉i狂\ | 11101101101111101010001111101001110011101100101001011100 | edbea3e9ceca5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)