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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 桒脛 | 11111010111000111110001111111000 | fae3e3f8 |
EUC-JP | 桒脛 | 1000111111000011110010011110011011111010 | 8fc3c9e6fa |
UTF-8 | 桒脛 | 111001101010000110010010111010001000010010011011 | e6a192e8849b |
UHC | ?脛 | 001111111100110011101011 | 3fcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)