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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 靜??長 | 111010001100111000111111001111111001001010110111 | e8ce3f3f92b7 |
EUC-JP | 靜??長 | 111100001101000000111111001111111100010010111001 | f0d03f3fc4b9 |
UTF-8 | 靜쾨때長 | 111010011001110110011100111011001011111010101000111010111001010110001100111010011001010110110111 | e99d9cecbea8eb958ce995b7 |
UHC | 靜쾨때長 | 1111000010100001110001001110101010110110101001111110110111111110 | f0a1c4eab6a7edfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)