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 | 熬?ギ | 1110000010010010001111111000001101001101 | e0923f834d |
EUC-JP | 熬?ギ | 1101111111110010001111111010010110101110 | dff23fa5ae |
UTF-8 | 熬욥ギ | 111001111000011010101100111011001001101010100101111000111000001010101110 | e786acec9aa5e382ae |
UHC | 熬욥ギ | 111010001010001010111111111010011010101110101110 | e8a2bfe9abae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)