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 | 鏑烽刀俎? | 100100110100110011100000100000101001001110000001100110001101011100111111 | 934ce082938198d73f |
EUC-JP | 鏑烽刀俎? | 110001011010110111011111111000101100010111100001110100001101100100111111 | c5addfe2c5e1d0d93f |
UTF-8 | 鏑烽刀俎렣 | 111010011000111110010001111001111000001110111101111001011000100010000000111001001011111110001110111010111010000010100011 | e98f91e783bde58880e4bf8eeba0a3 |
UHC | 鏑烽刀俎렣 | 11101110111010111101110011101011110100111110111111110000101110111000111010110100 | eeebdcebd3eff0bb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)