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 | 廛?? | 10011100010001000011111100111111 | 9c443f3f |
EUC-JP | 廛?? | 11010111101001010011111100111111 | d7a53f3f |
UTF-8 | 廛댐쏸 | 111001011011101110011011111010111000110010010000111011001000111110111000 | e5bb9beb8c90ec8fb8 |
UHC | 廛댐쏸 | 111011101111100010110100111011111011110111111001 | eef8b4efbdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)