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 | 椅輕犯 | 100010001101011011100111011010101001010011000110 | 88d6e76a94c6 |
EUC-JP | 椅輕犯 | 101100001101100011101101110010111100100011001000 | b0d8edcbc8c8 |
UTF-8 | 椅輕犯 | 111001101010010010000101111010001011110010010101111001111000101010101111 | e6a485e8bc95e78aaf |
UHC | 椅輕犯 | 111010111111010111001100111011101101101111110011 | ebf5cceedbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)