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烈띄댗 | 11101111101001101001111111101011100111011000010011101011100011001001011101101000111011111010011010011111111010111001110110000100111010111000110010010111 | efa69feb9d84eb8c9768efa69feb9d84eb8c97 |
UHC | 烈띄댗h烈띄댗 | 11100110111011111011011011100111100010001011101101101000111001101110111110110110111001111000100010111011 | e6efb6e788bb68e6efb6e788bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)