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 | 雉ゼ}雉ゼ{^ | 1110100010110011100000110101101101111101111010001011001110000011010110110111101101011110 | e8b3835b7de8b3835b7b5e |
EUC-JP | 雉ゼ}雉ゼ{^ | 1111000010110101101001011011110001111101111100001011010110100101101111000111101101011110 | f0b5a5bc7df0b5a5bc7b5e |
UTF-8 | 雉ゼ}雉ゼ{^ | 111010011001101110001001111000111000001010111100011111011110100110011011100010011110001110000010101111000111101101011110 | e99b89e382bc7de99b89e382bc7b5e |
UHC | 雉ゼ}雉ゼ{^ | 1111011011001011101010111011110001111101111101101100101110101011101111000111101101011110 | f6cbabbc7df6cbabbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)