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 | 謳悶自笏」 | 111001101001000010010110111000111000111010101001111000101001010010100011 | e69096e38ea9e294a3 |
EUC-JP | 謳悶自笏」 | 11101011111100001100110011100101101111001010101111100011111101001000111010100011 | ebf0cce5bcabe3f48ea3 |
UTF-8 | 謳悶自笏」 | 111010001010110010110011111001101000001010110110111010001000011110101010111001111010110010001111111011111011110110100011 | e8acb3e682b6e887aae7ac8fefbda3 |
UHC | 謳悶自笏? | 110011111100010011011010101111111110110110111011111110111110111000111111 | cfc4dabfedbbfbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)