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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 質?h質 | 100011101011111100111111011010001000111010111111 | 8ebf3f688ebf |
EUC-JP | 質峴h質 | 1011110011000001100011111011101111000001011010001011110011000001 | bcc18fbbc168bcc1 |
UTF-8 | 質峴h質 | 11101000101100111010101011100101101100111011010001101000111010001011001110101010 | e8b3aae5b3b468e8b3aa |
UHC | 質峴h質 | 11110010111101011111101011010110011010001111001011110101 | f2f5fad668f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)