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 | 筌????┌ | 1110001010100011001111110011111100111111001111111000010010100001 | e2a33f3f3f3f84a1 |
EUC-JP | 筌????┌ | 1110010010100101001111110011111100111111001111111010100010100011 | e4a53f3f3f3fa8a3 |
UTF-8 | 筌띿옓李놅┌ | 111001111010110110001100111010111001110110111111111011001001100010010011111011111010011110100001111010111000011010000101111000101001010010001100 | e7ad8ceb9dbfec9893efa7a1eb8685e2948c |
UHC | 筌띿옓李놅┌ | 111011111010011110001101111011001001111010011001111011001011000010000110111011111010011010100011 | efa78dec9e99ecb086efa6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)