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 | 任?趾? | 100101000100001100111111111001101110010000111111 | 94433fe6e43f |
EUC-JP | 任?趾? | 110001111010010000111111111011001110011000111111 | c7a43fece63f |
UTF-8 | 任렒趾덱 | 111001001011101110111011111010111010000010010010111010001011011010111110111010111000110110110001 | e4bbbbeba092e8b6beeb8db1 |
UHC | 任렒趾덱 | 1110110011110010100011101010011111110010101111111011010110100110 | ecf28ea7f2bfb5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)