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 | 杓社赧 | 1000111011011011100011101101000011110010111101101110011011011101 | 8edb8ed0f2f6e6dd |
EUC-JP | 杓社?赧 | 10111100110111011011110011010010001111111110110011011111 | bcddbcd23fecdf |
UTF-8 | 杓社赧 | 111001101001110110010011111001111010010010111110111011101000100010101101111010001011010110100111 | e69d93e7a4beee88ade8b5a7 |
UHC | 杓社?? | 111110001111010111011110111001000011111100111111 | f8f5dee43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)