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 | ?????ŀ | 0011111100111111001111110011111100111111100011111010100111001001 | 3f3f3f3f3f8fa9c9 |
UTF-8 | 溜븐뀛栒뺤ŀ | 1110111110100111100010111110101110111000100100001110101110000000100110111110011010100000100100101110101110111010101001001100010110000000 | efa78bebb890eb809be6a092ebbaa4c580 |
UHC | 溜븐뀛栒뺤ŀ | 111010101111111010111010111011001000010110010100111000101110001110010101111011001010100110101000 | eafebaec8594e2e395eca9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)