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 | 衣競? | 1000100011011111100010111010001100111111 | 88df8ba33f |
EUC-JP | 衣競? | 1011000011100001101101101010010100111111 | b0e1b6a53f |
UTF-8 | 衣競렱 | 111010001010000110100011111001111010101110110110111010111010000010110001 | e8a1a3e7abb6eba0b1 |
UHC | 衣競렱 | 111010111111110111001100111001101000111010111110 | ebfdcce68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)