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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蛇邃] | 1000111011010110111000101000010001011101 | 8ed6e2845d |
EUC-JP | 蛇邃] | 1011110011011000111000111110010001011101 | bcd8e3e45d |
UTF-8 | 蛇邃] | 11101000100110111000011111101001100000101000001101011101 | e89b87e982835d |
UHC | 蛇邃] | 1101111011101111111000101100010101011101 | deefe2c55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)