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 | 杓社谺萋 | 1000111011011011100011101101000011100110101011001110010011000100 | 8edb8ed0e6ace4c4 |
EUC-JP | 杓社谺萋 | 1011110011011101101111001101001011101100101011101110100011000110 | bcddbcd2ecaee8c6 |
UTF-8 | 杓社谺萋 | 111001101001110110010011111001111010010010111110111010001011000010111010111010001001000010001011 | e69d93e7a4bee8b0bae8908b |
UHC | 杓社?? | 111110001111010111011110111001000011111100111111 | f8f5dee43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)