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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ?饋?]H | 001111111110100101011110001111110101110101001000 | 3fe95e3f5d48 |
EUC-JP | ?饋?]H | 001111111111000110111111001111110101110101001000 | 3ff1bf3f5d48 |
UTF-8 | 룶饋틀]H | 1110101110100011101101101110100110100101100010111110110110001011100000000101110101001000 | eba3b6e9a58bed8b805d48 |
UHC | 룶饋틀]H | 1000111110101011110011111111101011000110101100100101110101001000 | 8fabcffac6b25d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)