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 | 戍κ | 10011100111110011000001111001000 | 9cf983c8 |
EUC-JP | 戍κ | 11011000111110111010011011001010 | d8fba6ca |
UTF-8 | 戍κ | 1110011010001000100011011100111010111010 | e6888dceba |
UHC | 戍κ | 11100010101000011010010111101010 | e2a1a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)