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 | 裘幔株跣 | 1110010111100010100110111110110110001010100101001110011011101111 | e5e29bed8a94e6ef |
EUC-JP | 裘幔株跣 | 1110101011100100110101101110111110110011111101001110110011110001 | eae4d6efb3f4ecf1 |
UTF-8 | 裘幔株跣 | 111010001010001110011000111001011011100110010100111001101010000010101010111010001011011110100011 | e8a398e5b994e6a0aae8b7a3 |
UHC | ??株跣 | 001111110011111111110001101110111110000011010011 | 3f3ff1bbe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)