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 | ???玩? | 001111110011111100111111100010101101111100111111 | 3f3f3f8adf3f |
EUC-JP | ???玩? | 001111110011111100111111101101001110000100111111 | 3f3f3fb4e13f |
UTF-8 | 렱롈석玩샵 | 111010111010000010110001111010111010000110001000111011001000010010011101111001111000111010101001111011001000001110110101 | eba0b1eba188ec849de78ea9ec83b5 |
UHC | 렱롈석玩샵 | 10001110101111101000111011001110101111001010111011101000110011001011110010100101 | 8ebe8ecebcaee8ccbca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)