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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 覯鬪}覯鬪{^ | 1110011001010001111010011010101001111101111001100101000111101001101010100111101101011110 | e651e9aa7de651e9aa7b5e |
EUC-JP | 覯鬪}覯鬪{^ | 1110101110110010111100101010110001111101111010111011001011110010101011000111101101011110 | ebb2f2ac7debb2f2ac7b5e |
UTF-8 | 覯鬪}覯鬪{^ | 111010001010011010101111111010011010110010101010011111011110100010100110101011111110100110101100101010100111101101011110 | e8a6afe9acaa7de8a6afe9acaa7b5e |
UHC | ?鬪}?鬪{^ | 001111111111011111100011011111010011111111110111111000110111101101011110 | 3ff7e37d3ff7e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)