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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 底??脛┌諸 | 10010010111010100011111100111111111000111111100010000100101000011000111110010100 | 92ea3f3fe3f884a18f94 |
EUC-JP | 底??脛┌諸 | 11000100111011000011111100111111111001101111101010101000101000111011110111110100 | c4ec3f3fe6faa8a3bdf4 |
UTF-8 | 底잴렑脛┌諸 | 111001011011101010010101111011001001111010110100111010111010000010010001111010001000010010011011111000101001010010001100111010001010101110111000 | e5ba95ec9eb4eba091e8849be2948ce8abb8 |
UHC | 底잴렑脛┌諸 | 111011101011110011000000111010101000111010100110110011001110101110100110101000111111000010110011 | eebcc0ea8ea6cceba6a3f0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)