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 | 逍纂}逍纂{^ | 1110011110010110100011100101101101111101111001111001011010001110010110110111101101011110 | e7968e5b7de7968e5b7b5e |
EUC-JP | 逍纂}逍纂{^ | 1110110111110110101110111011110001111101111011011111011010111011101111000111101101011110 | edf6bbbc7dedf6bbbc7b5e |
UTF-8 | 逍纂}逍纂{^ | 111010011000000010001101111001111011101010000010011111011110100110000000100011011110011110111010100000100111101101011110 | e9808de7ba827de9808de7ba827b5e |
UHC | 逍纂}逍纂{^ | 1110000111001110111100111100001101111101111000011100111011110011110000110111101101011110 | e1cef3c37de1cef3c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)