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 | ??n?? | 0011111100111111011011100011111100111111 | 3f3f6e3f3f |
SJIS-WIN | ??n?白 | 001111110011111101101110001111111001010010010010 | 3f3f6e3f9492 |
EUC-JP | ??n?白 | 001111110011111101101110001111111100011111110010 | 3f3f6e3fc7f2 |
UTF-8 | 렻렑n렺白 | 11101011101000001011101111101011101000001001000101101110111010111010000010111010111001111001100110111101 | eba0bbeba0916eeba0bae799bd |
UHC | 렻렑n렺白 | 100011101100001110001110101001100110111010001110110000101101101111011100 | 8ec38ea66e8ec2dbdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)