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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篝蓙牴獰 | 1110001010111110111001001110011011100000101100001110000011010110 | e2bee4e6e0b0e0d6 |
EUC-JP | 篝蓙牴獰 | 1110010011000000111010001110100011100000101100101110000011011000 | e4c0e8e8e0b2e0d8 |
UTF-8 | 篝蓙牴獰 | 111001111010111110011101111010001001001110011001111001111000100110110100111001111000110110110000 | e7af9de89399e789b4e78db0 |
UHC | ???獰 | 0011111100111111001111111110011110111110 | 3f3f3fe7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)