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 | ス・ト邯 | 1011110110100101110001001110011110110110 | bda5c4e7b6 |
EUC-JP | ス・ト邯 | 1000111010111101100011101010010110001110110001001110111010111000 | 8ebd8ea58ec4eeb8 |
UTF-8 | ス・ト邯 | 111011111011110110111101111011111011110110100101111011111011111010000100111010011000001010101111 | efbdbdefbda5efbe84e982af |
UHC | ???邯 | 0011111100111111001111111100101011111011 | 3f3f3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)