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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 倭??譽??] | 100110000110000000111111001111111110011010100011001111110011111101011101 | 98603f3fe6a33f3f5d |
EUC-JP | 倭??譽??] | 110011111100000100111111001111111110110010100101001111110011111101011101 | cfc13f3feca53f3f5d |
UTF-8 | 倭좊젍譽귣젛] | 11100101100000001010110111101100101000101000101011101100101000001000110111101000101011011011110111101010101101111010001111101100101000001001101101011101 | e580adeca28aeca08de8adbdeab7a3eca09b5d |
UHC | 倭좊젍譽귣젛] | 11101000110111101010000011101011101000001000111011100111111000101000001011101011101000001001011101011101 | e8dea0eba08ee7e282eba0975d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)