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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茲紙痕 | 111001001010001010001110100001101000110110101101 | e4a28e868dad |
EUC-JP | 茲紙痕 | 111010001010010010111011111001101011101010101111 | e8a4bbe6baaf |
UTF-8 | 茲紙痕 | 111010001000110010110010111001111011010010011001111001111001011110010101 | e88cb2e7b499e79795 |
UHC | ?紙痕 | 0011111111110010101101011111110111011101 | 3ff2b5fddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)