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 | 癲??揄? | 11100001100111110011111100111111100111011000100100111111 | e19f3f3f9d893f |
EUC-JP | 癲??揄? | 11100010101000010011111100111111110110011110100100111111 | e2a13f3fd9e93f |
UTF-8 | 癲쏅강揄꿁 | 111001111001100110110010111011001000111110000101111010101011000010010101111001101000111110000100111010101011111110000001 | e799b2ec8f85eab095e68f84eabf81 |
UHC | 癲쏅강揄꿁 | 11101111101001101001101111101011101100001010110111101010111100011000010101000010 | efa69bebb0adeaf18542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)