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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | チェタュチェ | 1100000110101010110000001010110111110011111101101100000110101010 | c1aac0adf3f6c1aa |
EUC-JP | チェタュ?チェ | 10001110110000011000111010101010100011101100000010001110101011010011111110001110110000011000111010101010 | 8ec18eaa8ec08ead3f8ec18eaa |
UTF-8 | チェタュチェ | 111011111011111010000001111011111011110110101010111011111011111010000000111011111011110110101101111011101000101110101001111011111011111010000001111011111011110110101010 | efbe81efbdaaefbe80efbdadee8ba9efbe81efbdaa |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)