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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???癲l? | 0011111100111111001111111110000110011111100000101000110000111111 | 3f3f3fe19f828c3f |
EUC-JP | 渶??癲l? | 10001111110001111110110100111111001111111110001010100001101000111110110000111111 | 8fc7ed3f3fe2a1a3ec3f |
UTF-8 | 渶앹꽭癲l꺎 | 111001101011100010110110111011001001010110111001111010101011110110101101111001111001100110110010111011111011110110001100111010101011101010001110 | e6b8b6ec95b9eabdade799b2efbd8ceaba8e |
UHC | 渶앹꽭癲l꺎 | 111001111011011110011101111011001000010010111000111011111010011010100011111011001000001110110100 | e7b79dec84b8efa6a3ec83b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)