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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠎夜け | 111001011011101010010110111010011000001010101111 | e5ba96e982af |
EUC-JP | 蠎夜け | 111010101011110011001100111010111010010010110001 | eabccceba4b1 |
UTF-8 | 蠎夜け | 111010001010000010001110111001011010010010011100111000111000000110010001 | e8a08ee5a49ce38191 |
UHC | ?夜け | 0011111111100101101010001010101010110001 | 3fe5a8aab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)