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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 浴浴浴浴^ | 100101111000000110010111100000011001011110000001100101111000000101011110 | 97819781978197815e |
EUC-JP | 浴浴浴浴^ | 110011011110000111001101111000011100110111100001110011011110000101011110 | cde1cde1cde1cde15e |
UTF-8 | 浴浴浴浴^ | 11100110101101011011010011100110101101011011010011100110101101011011010011100110101101011011010001011110 | e6b5b4e6b5b4e6b5b4e6b5b45e |
UHC | 浴浴浴浴^ | 111010011011000111101001101100011110100110110001111010011011000101011110 | e9b1e9b1e9b1e9b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)