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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?害悸 | 0011111110001010010100011001110010100111 | 3f8a519ca7 |
EUC-JP | ?害悸 | 0011111110110011101100101101100010101001 | 3fb3b2d8a9 |
UTF-8 | 뤌害悸 | 111010111010010010001100111001011010111010110011111001101000001010111000 | eba48ce5aeb3e682b8 |
UHC | 뤌害悸 | 100011111011110011111010101010101100110011111011 | 8fbcfaaaccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)