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 | 蠅??俺?? | 1110010110100010001111110011111110001001101101000011111100111111 | e5a23f3f89b43f3f |
EUC-JP | 蠅??俺?? | 1110101010100100001111110011111110110010101101100011111100111111 | eaa43f3fb2b63f3f |
UTF-8 | 蠅뗨뗿俺륂깱 | 111010001010000010000101111010111001011110101000111010111001011110111111111001001011111110111010111010111010010110000010111010101011100110110001 | e8a085eb97a8eb97bfe4bfbaeba582eab9b1 |
UHC | 蠅뗨뗿俺륂깱 | 111000111011001010001011111010001000101111111110111001011110111110001111111011011000001110011111 | e3b28be88bfee5ef8fed839f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)