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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???洧?? | 0011111100111111001111111000111111000111101101000011111100111111 | 3f3f3f8fc7b43f3f |
UTF-8 | 略듬㈃洧룹죫 | 111011111010010110110110111010111001001110101100111000111000100010000011111001101011010010100111111010111010001110111001111011001010001110101011 | efa5b6eb93ace38883e6b4a7eba3b9eca3ab |
UHC | 略듬㈃洧룹죫 | 111001011011001010110101111010111010100110110100111010101111101110110111111011001010000110000110 | e5b2b5eba9b4eafbb7eca186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)