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 | 伊莎??碇? | 100010001100100111100100101100110011111100111111100100101111010000111111 | 88c9e4b33f3f92f43f |
EUC-JP | 伊莎??碇? | 101100001100101111101000101101010011111100111111110001001111011000111111 | b0cbe8b53f3fc4f63f |
UTF-8 | 伊莎렍렖碇숲 | 111001001011110010001010111010001000111010001110111010111010000010001101111010111010000010010110111001111010001010000111111011001000100010110010 | e4bc8ae88e8eeba08deba096e7a287ec88b2 |
UHC | 伊莎렍렖碇숲 | 111011001010010111011110111011011000111010100011100011101010101111101111111011011011110110100011 | eca5deed8ea38eabefedbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)