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 | 役煽賞 | 100101101111000010010000111110001000111111011100 | 96f090f88fdc |
EUC-JP | 役煽賞 | 110011001111001011000000111110101011111011011110 | ccf2c0fabede |
UTF-8 | 役煽賞 | 111001011011110110111001111001111000010110111101111010001011001110011110 | e5bdb9e785bde8b39e |
UHC | 役煽賞 | 111001101011010111100000110000111101111111011011 | e6b5e0c3dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)