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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慫?兆?? | 10011100110011110011111110010010100110110011111100111111 | 9ccf3f929b3f3f |
EUC-JP | 慫?兆?? | 11011000110100010011111111000011111110110011111100111111 | d8d13fc3fb3f3f |
UTF-8 | 慫렮兆렞利 | 111001101000010110101011111010111010000010101110111001011000010110000110111010111010000010011110111011111010011110011101 | e685abeba0aee58586eba09eefa79d |
UHC | 慫렮兆렞利 | 11110000111101101000111010111011111100001011110010001110101011111110110010100110 | f0f68ebbf0bc8eafeca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)