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 | 竪揃贈奪損 | 10010010010001111001000110110101100100011010000110010010010001001001000110111001 | 924791b591a1924491b9 |
EUC-JP | 竪揃贈奪損 | 11000011101010001100001010110111110000101010001111000011101001011100001010111011 | c3a8c2b7c2a3c3a5c2bb |
UTF-8 | 竪揃贈奪損 | 111001111010101110101010111001101000111110000011111010001011010010001000111001011010010110101010111001101001000010001101 | e7abaae68f83e8b488e5a5aae6908d |
UHC | 竪?贈奪損 | 111000101011010100111111111100011111110011110111101011001110000111011111 | e2b53ff1fcf7ace1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)