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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨帶ェ惹鬧 | 111001111011010110011011111001101010101010001110111001001110100110100111 | e7b59be6aa8ee4e9a7 |
EUC-JP | 邨帶ェ惹鬧 | 11101110101101111101011011101000100011101010101010111100111001101111001010101001 | eeb7d6e88eaabce6f2a9 |
UTF-8 | 邨帶ェ惹鬧 | 111010011000001010101000111001011011100010110110111011111011110110101010111001101000001110111001111010011010110010100111 | e982a8e5b8b6efbdaae683b9e9aca7 |
UHC | 邨帶?惹鬧 | 111101011011111011010011111000010011111111100101101010011101011110100010 | f5bed3e13fe5a9d7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)