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 | ??懶 | 00111111001111111001110011101111 | 3f3f9cef |
EUC-JP | ??懶 | 00111111001111111101100011110001 | 3f3fd8f1 |
UTF-8 | 뤈늠懶 | 111010111010010010001000111010111000101010100000111001101000011110110110 | eba488eb8aa0e687b6 |
UHC | 뤈늠懶 | 100011111011100010110100110001101101010011111011 | 8fb8b4c6d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)