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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霈餓沿 | 111010001011110010001001111011001000100110001000 | e8bc89ec8988 |
EUC-JP | 霈餓沿 | 111100001011111010110010111011101011000111101000 | f0beb2eeb1e8 |
UTF-8 | 霈餓沿 | 111010011001110010001000111010011010010010010011111001101011001010111111 | e99c88e9a493e6b2bf |
UHC | ?餓沿 | 0011111111100100101110111110011011001101 | 3fe4bbe6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)