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 | 底??俸 | 100100101110101000111111001111111001010111101110 | 92ea3f3f95ee |
EUC-JP | 底??俸 | 110001001110110000111111001111111100101011110000 | c4ec3f3fcaf0 |
UTF-8 | 底잴렔俸 | 111001011011101010010101111011001001111010110100111010111010000010010100111001001011111110111000 | e5ba95ec9eb4eba094e4bfb8 |
UHC | 底잴렔俸 | 1110111010111100110000001110101010001110101010011101110011100100 | eebcc0ea8ea9dce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)