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 | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | ???耶??TB | 001111110011111100111111100101101110101100111111001111110101010001000010 | 3f3f3f96eb3f3f5442 |
EUC-JP | ???耶??TB | 001111110011111100111111110011001110110100111111001111110101010001000010 | 3f3f3fcced3f3f5442 |
UTF-8 | 樂롳쉥耶뽳슐TB | 1110111110100110101111111110101110100001101100111110110010001001101001011110100010000000101101101110101110111101101100111110110010001010100100000101010001000010 | efa6bfeba1b3ec89a5e880b6ebbdb3ec8a905442 |
UHC | 樂롳쉥耶뽳슐TB | 1110100011111001100011101110111110111101101010111110010110101101100101101110111110111101101101100101010001000010 | e8f98eefbdabe5ad96efbdb65442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)