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 | ?現 | 001111111000110010111011 | 3f8cbb |
EUC-JP | ?現 | 001111111011100010111101 | 3fb8bd |
UTF-8 | 뮇現 | 111010111010111010000111111001111000111110111110 | ebae87e78fbe |
UHC | 뮇現 | 10010010100101101111101011011110 | 9296fade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)