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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???洩 | 0011111100111111001111111000100101101011 | 3f3f3f896b |
EUC-JP | ???洩 | 0011111100111111001111111011000111001100 | 3f3f3fb1cc |
UTF-8 | 렱롈샵洩 | 111010111010000010110001111010111010000110001000111011001000001110110101111001101011010010101001 | eba0b1eba188ec83b5e6b4a9 |
UHC | 렱롈샵洩 | 1000111010111110100011101100111010111100101001011110000011011101 | 8ebe8ecebca5e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)