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 | 蠅??巽?? | 1110010110100010001111110011111110010010010001100011111100111111 | e5a23f3f92463f3f |
EUC-JP | 蠅??巽?? | 1110101010100100001111110011111111000011101001110011111100111111 | eaa43f3fc3a73f3f |
UTF-8 | 蠅뗩떥巽꼪딼 | 111010001010000010000101111010111001011110101001111010111001011010100101111001011011011110111101111010101011110010101010111010111001010010111100 | e8a085eb97a9eb96a5e5b7bdeabcaaeb94bc |
UHC | 蠅뗩떥巽꼪딼 | 111000111011001010001011111010011000101110111000111000011101111010000100100001111000101101010101 | e3b28be98bb8e1de84878b55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)