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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽?ⅹ倭? | 1110011010100011001111111111101001001001100110000110000000111111 | e6a33ffa4998603f |
EUC-JP | 譽??倭? | 11101100101001010011111100111111110011111100000100111111 | eca53f3fcfc13f |
UTF-8 | 譽긷ⅹ倭욭 | 111010001010110110111101111010101011100010110111111000101000010110111001111001011000000010101101111011001001101010101101 | e8adbdeab8b7e285b9e580adec9aad |
UHC | 譽긷ⅹ倭욭 | 11100111111000101011000111100101101001011010101011101000110111101001111101000101 | e7e2b1e5a5aae8de9f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)