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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 逶帛嗇I | 11100111100110111001101111100101100110101010010101001001 | e79b9be59aa549 |
EUC-JP | 逶帛嗇I | 11101101111110111101011011100111110101001010011101001001 | edfbd6e7d4a749 |
UTF-8 | 逶帛嗇I | 11101001100000001011011011100101101110001001101111100101100101111000011101001001 | e980b6e5b89be5978749 |
UHC | ?帛嗇I | 001111111101101111011001110111111110000001001001 | 3fdbd9dfe049 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)