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 | 驕呱」晨困蝣 | 1110100110000001100110011110101110100011100111011110110110001101101000101110010110100000 | e98199eba39ded8da2e5a0 |
EUC-JP | 驕呱」晨困蝣 | 111100011110000111010010111011011000111010100011110110101110111110111010101001001110101010100010 | f1e1d2ed8ea3daefbaa4eaa2 |
UTF-8 | 驕呱」晨困蝣 | 111010011010100110010101111001011001000110110001111011111011110110100011111001101001100110101000111001011001101110110000111010001001110110100011 | e9a995e591b1efbda3e699a8e59bb0e89da3 |
UHC | 驕呱?晨困? | 11001110111101101100110110110010001111111110001111100111110011011101110100111111 | cef6cdb23fe3e7cddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)