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 | 諛悟嗇逑ー | 111001101000011110001100111001011001101010100101111001111001001110110000 | e6878ce59aa5e793b0 |
EUC-JP | 諛悟嗇逑ー | 11101011111001111011100011100111110101001010011111101101111100111000111010110000 | ebe7b8e7d4a7edf38eb0 |
UTF-8 | 諛悟嗇逑ー | 111010001010101110011011111001101000001010011111111001011001011110000111111010011000000010010001111011111011110110110000 | e8ab9be6829fe59787e98091efbdb0 |
UHC | 諛悟嗇逑? | 111010111011000011100111111101101101111111100000110011111100011100111111 | ebb0e7f6dfe0cfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)