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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 溜잙젎h溜잙젎 | 11101111101001111000101111101100100111101001100111101100101000001000111001101000111011111010011110001011111011001001111010011001111011001010000010001110 | efa78bec9e99eca08e68efa78bec9e99eca08e |
UHC | 溜잙젎h溜잙젎 | 11101010111111101001111111101011101000001000111101101000111010101111111010011111111010111010000010001111 | eafe9feba08f68eafe9feba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)