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 | 稜椌霽 | 100101111100010110011110100111011110100011000111 | 97c59e9de8c7 |
EUC-JP | 稜椌霽 | 110011101100011111011011111111011111000011001001 | cec7dbfdf0c9 |
UTF-8 | 稜椌霽 | 111001111010100010011100111001101010010010001100111010011001110010111101 | e7a89ce6a48ce99cbd |
UHC | 稜?霽 | 1101011111010010001111111111000010111000 | d7d23ff0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)