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 | 鏑烽刀俎 | 1001001101001100111000001000001010010011100000011001100011010111 | 934ce082938198d7 |
EUC-JP | 鏑烽刀俎 | 1100010110101101110111111110001011000101111000011101000011011001 | c5addfe2c5e1d0d9 |
UTF-8 | 鏑烽刀俎 | 111010011000111110010001111001111000001110111101111001011000100010000000111001001011111110001110 | e98f91e783bde58880e4bf8e |
UHC | 鏑烽刀俎 | 1110111011101011110111001110101111010011111011111111000010111011 | eeebdcebd3eff0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)