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 | Y²§lB | 1001001001011001100100011011001010010001101001110110110001000010 | 925991b291a76c42 |
SJIS-WIN | ?Y???§lB | 001111110101100100111111001111110011111110000001100110000110110001000010 | 3f593f3f3f81986c42 |
EUC-JP | ?Y???§lB | 001111110101100100111111001111110011111110100001111110000110110001000010 | 3f593f3f3fa1f86c42 |
UTF-8 | Y²§lB | 11000010100100100101100111000010100100011100001010110010110000101001000111000010101001110110110001000010 | c29259c291c2b2c291c2a76c42 |
UHC | ?Y?²?§lB | 00111111010110010011111110101001111101110011111110100001110101110110110001000010 | 3f593fa9f73fa1d76c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)