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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 趾?\ | 11100110111001000011111101011100 | e6e43f5c |
EUC-JP | 趾?\ | 11101100111001100011111101011100 | ece63f5c |
UTF-8 | 趾렩\ | 11101000101101101011111011101011101000001010100101011100 | e8b6beeba0a95c |
UHC | 趾렩\ | 1111001010111111100011101011011101011100 | f2bf8eb75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)