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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 鵝?漱E | 111010100100000000111111100111111111100101000101 | ea403f9ff945 |
EUC-JP | 鵝?漱E | 111100111010000100111111110111101111101101000101 | f3a13fdefb45 |
UTF-8 | 鵝뜌漱E | 11101001101101011001110111101011100111001000110011100110101111001011000101000101 | e9b59deb9c8ce6bcb145 |
UHC | 鵝뜌漱E | 11100100101111011000110110001111111000101010101101000101 | e4bd8d8fe2ab45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)