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 | 姚??巍?? | 1001101101001100001111110011111110011011110110010011111100111111 | 9b4c3f3f9bd93f3f |
EUC-JP | 姚?Ŧ巍?? | 11010101101011010011111110001111101010011010111111010110110110110011111100111111 | d5ad3f8fa9afd6db3f3f |
UTF-8 | 姚붺Ŧ巍쒒릶 | 1110010110100111100110101110101110110110101110101100010110100110111001011011011110001101111011001001001010010010111010111010011010110110 | e5a79aebb6bac5a6e5b78dec9292eba6b6 |
UHC | 姚붺Ŧ巍쒒릶 | 111010001110111010010100111001111010100010101110111010001110010010011100111010011001000010010100 | e8ee94e7a8aee8e49ce99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)