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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 擬??? | 1000101101011011001111110011111100111111 | 8b5b3f3f3f |
EUC-JP | 擬??? | 1011010110111100001111110011111100111111 | b5bc3f3f3f |
UTF-8 | 擬쀫젛嶪 | 111001101001001110101100111011001000000010101011111011001010000010011011111001011011011010101010 | e693acec80abeca09be5b6aa |
UHC | 擬쀫젛嶪 | 1110101111110100100101111110101110100000100101111110010111110101 | ebf497eba097e5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)