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 | ???耶?? | 00111111001111110011111110010110111010110011111100111111 | 3f3f3f96eb3f3f |
EUC-JP | ???耶?? | 00111111001111110011111111001100111011010011111100111111 | 3f3f3fcced3f3f |
UTF-8 | 樂롳쉥耶뽳쉘 | 111011111010011010111111111010111010000110110011111011001000100110100101111010001000000010110110111010111011110110110011111011001000100110011000 | efa6bfeba1b3ec89a5e880b6ebbdb3ec8998 |
UHC | 樂롳쉥耶뽳쉘 | 111010001111100110001110111011111011110110101011111001011010110110010110111011111011110110101001 | e8f98eefbdabe5ad96efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)