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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 町肆刀俎? | 100100101010110011100011111001101001001110000001100110001101011100111111 | 92ace3e6938198d73f |
EUC-JP | 町肆刀俎? | 110001001010111011100110111010001100010111100001110100001101100100111111 | c4aee6e8c5e1d0d93f |
UTF-8 | 町肆刀俎렣 | 111001111001010010111010111010001000001010000110111001011000100010000000111001001011111110001110111010111010000010100011 | e794bae88286e58880e4bf8eeba0a3 |
UHC | 町肆刀俎렣 | 11101111111010111101111011101011110100111110111111110000101110111000111010110100 | efebdeebd3eff0bb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)