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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衣猛??碇? | 100010001101111110010110110100100011111100111111100100101111010000111111 | 88df96d23f3f92f43f |
EUC-JP | 衣猛??碇? | 101100001110000111001100110101000011111100111111110001001111011000111111 | b0e1ccd43f3fc4f63f |
UTF-8 | 衣猛렍렖碇숲 | 111010001010000110100011111001111000110010011011111010111010000010001101111010111010000010010110111001111010001010000111111011001000100010110010 | e8a1a3e78c9beba08deba096e7a287ec88b2 |
UHC | 衣猛렍렖碇숲 | 111010111111110111011000111011011000111010100011100011101010101111101111111011011011110110100011 | ebfdd8ed8ea38eabefedbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)