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 | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
SJIS-WIN | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
EUC-JP | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
UTF-8 | 혞횙혝@혗짠 | 11101101100110001001111011101101100110101001100111101101100110001001110101000000111011011001100010010111111011001010011110100000 | ed989eed9a99ed989d40ed9897eca7a0 |
UHC | 혞횙혝@혗짠 | 1100001010001000110000111001001111000010100001110100000011000010100000101100001010100111 | c288c393c28740c282c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)