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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辜器集蒹 | 1110011110000011100010101110110110001111010101111110010011100011 | e7838aed8f57e4e3 |
EUC-JP | 辜器集蒹 | 1110110111100011101101001110111110111101101110001110100011100101 | ede3b4efbdb8e8e5 |
UTF-8 | 辜器集蒹 | 111010001011111010011100111001011001100110101000111010011001101110000110111010001001001010111001 | e8be9ce599a8e99b86e892b9 |
UHC | 辜器集? | 11001101110100001101000011101111111100111010001000111111 | cdd0d0eff3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)