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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 絛拷勧] | 11100011010101011000110110001001100010101010100101011101 | e3558d898aa95d |
EUC-JP | 絛拷勧] | 11100101101101101011100111101001101101001010101101011101 | e5b6b9e9b4ab5d |
UTF-8 | 絛拷勧] | 11100111101101011001101111100110100010111011011111100101100010111010011101011101 | e7b59be68bb7e58ba75d |
UHC | ?拷?] | 0011111111001101101110000011111101011101 | 3fcdb83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)