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 | 踟袈 | 11100110111101111000110001010101 | e6f78c55 |
EUC-JP | 踟袈 | 11101100111110011011011110110110 | ecf9b7b6 |
UTF-8 | 踟袈 | 111010001011100010011111111010001010001010001000 | e8b89fe8a288 |
UHC | ?袈 | 001111111100101010110111 | 3fcab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)