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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杓社社 | 100011101101101110001110110100001000111011010000 | 8edb8ed08ed0 |
EUC-JP | 杓社社 | 101111001101110110111100110100101011110011010010 | bcddbcd2bcd2 |
UTF-8 | 杓社社 | 111001101001110110010011111001111010010010111110111001111010010010111110 | e69d93e7a4bee7a4be |
UHC | 杓社社 | 111110001111010111011110111001001101111011100100 | f8f5dee4dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)