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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??〓??’\ | 001111110011111110000001101011000011111100111111100000010110011001011100 | 3f3f81ac3f3f81665c |
EUC-JP | ??〓??’\ | 001111110011111110100010101011100011111100111111101000011100011101011100 | 3f3fa2ae3f3fa1c75c |
UTF-8 | 룶웡〓룶웡’\ | 11101011101000111011011011101100100110111010000111100011100000001001001111101011101000111011011011101100100110111010000111100010100000001001100101011100 | eba3b6ec9ba1e38093eba3b6ec9ba1e280995c |
UHC | 룶웡〓룶웡’\ | 10001111101010111011111111111101101000011110101110001111101010111011111111111101101000011010111101011100 | 8fabbffda1eb8fabbffda1af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)