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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??“預θ | 0011111100111111100000010110011110010111011000011000001111000110 | 3f3f8167976183c6 |
EUC-JP | 濚?“預θ | 10001111110010011010000100111111101000011100100011001101110000101010011011001000 | 8fc9a13fa1c8cdc2a6c8 |
UTF-8 | 濚싪“預θ | 1110011010111111100110101110110010001011101010101110001010000000100111001110100110100000100100001100111010111000 | e6bf9aec8baae2809ce9a090ceb8 |
UHC | 濚싪“預θ | 11100111101110011001101011101000101000011011000011100111111010001010010111101000 | e7b99ae8a1b0e7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)