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 | 1001100011111100001111110011111101000101 | 98fc3f3f45 |
EUC-JP | 傲??E | 1101000011111110001111110011111101000101 | d0fe3f3f45 |
UTF-8 | 傲든뜥E | 11100101100000101011001011101011100100111010000011101011100111001010010101000101 | e582b2eb93a0eb9ca545 |
UHC | 傲든뜥E | 11100111111011001011010111100111100011011010100001000101 | e7ecb5e78da845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)