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 | ??IS??E | 00111111001111110100100101010011001111110011111101000101 | 3f3f49533f3f45 |
SJIS-WIN | ??IS??E | 00111111001111110100100101010011001111110011111101000101 | 3f3f49533f3f45 |
EUC-JP | ??IS??E | 00111111001111110100100101010011001111110011111101000101 | 3f3f49533f3f45 |
UTF-8 | 횂혪IS횂혪E | 111011011001101010000010111011011001100010101010010010010101001111101101100110101000001011101101100110001010101001000101 | ed9a82ed98aa4953ed9a82ed98aa45 |
UHC | 횂혪IS횂혪E | 1100001110000010110000101001001001001001010100111100001110000010110000101001001001000101 | c382c2924953c382c29245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)