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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 拙?證?袁 | 1001000011011001001111111110011010011010001111111110010111001101 | 90d93fe69a3fe5cd |
EUC-JP | 拙?證?袁 | 1100000011011011001111111110101111111010001111111110101011001111 | c0db3febfa3feacf |
UTF-8 | 拙렠證렖袁 | 111001101000101110011001111010111010000010100000111010001010110110001001111010111010000010010110111010001010001010000001 | e68b99eba0a0e8ad89eba096e8a281 |
UHC | 拙렠證렖袁 | 11110000111100001000111010110001111100011111101110001110101010111110101010111110 | f0f08eb1f1fb8eabeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)