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 | 譽??猥? | 11100110101000110011111100111111111000001100111000111111 | e6a33f3fe0ce3f |
EUC-JP | 譽??猥? | 11101100101001010011111100111111111000001101000000111111 | eca53f3fe0d03f |
UTF-8 | 譽귝땾猥딟 | 111010001010110110111101111010101011011110011101111010111001010110111110111001111000110010100101111010111001010010011111 | e8adbdeab79deb95bee78ca5eb949f |
UHC | 譽귝땾猥딟 | 11100111111000101000001011100110100010111001010011101000111001011000101101000010 | e7e282e68b94e8e58b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)