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 | 鮑夥駐寘灘ョ | 1110100110111000100110101110110010010010100100111111101010101001100100111110010110101110 | e9b89aec9293faa993e5ae |
EUC-JP | 鮑夥駐寘灘ョ | 11110010101110101101010011101110110000111111001110001111101110101110000111000110111001111000111010101110 | f2bad4eec3f38fbae1c6e78eae |
UTF-8 | 鮑夥駐寘灘ョ | 111010011010111010010001111001011010010010100101111010011010011110010000111001011010111110011000111001111000000110011000111011111011110110101110 | e9ae91e5a4a5e9a790e5af98e78198efbdae |
UHC | 鮑?駐?灘? | 111110001110101000111111111100011101001000111111111101111010100000111111 | f8ea3ff1d23ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)