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 | 旬???羞 | 10001111011110110011111100111111001111111110001110110101 | 8f7b3f3f3fe3b5 |
EUC-JP | 旬???羞 | 10111101110111000011111100111111001111111110011010110111 | bddc3f3f3fe6b7 |
UTF-8 | 旬뗨똁뫉羞 | 111001101001011110101100111010111001011110101000111010111001100010000001111010111010101110001001111001111011111010011110 | e697aceb97a8eb9881ebab89e7be9e |
UHC | 旬뗨똁뫉羞 | 11100010111000101000101111101000100011000100001010010001101010111110001010111010 | e2e28be88c4291abe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)