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 | 蓴??我 | 111001001111000100111111001111111000100111100100 | e4f13f3f89e4 |
EUC-JP | 蓴??我 | 111010001111001100111111001111111011001011100110 | e8f33f3fb2e6 |
UTF-8 | 蓴롦똉我 | 111010001001001110110100111010111010000110100110111010111001100010001001111001101000100010010001 | e893b4eba1a6eb9889e68891 |
UHC | 蓴롦똉我 | 1110001011110001100011101110011010001100010010101110010010110010 | e2f18ee68c4ae4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)