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 | ?悸?淋 | 001111111001110010100111001111111001011111010010 | 3f9ca73f97d2 |
EUC-JP | ?悸?淋 | 001111111101100010101001001111111100111011010100 | 3fd8a93fced4 |
UTF-8 | 룴悸룵淋 | 111010111010001110110100111001101000001010111000111010111010001110110101111001101011011110001011 | eba3b4e682b8eba3b5e6b78b |
UHC | 룴悸룵淋 | 1000111110101001110011001111101110001111101010101101011111111010 | 8fa9ccfb8faad7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)