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 | ?安}?安{^ | 001111111000100011000000011111010011111110001000110000000111101101011110 | 3f88c07d3f88c07b5e |
EUC-JP | ?安}?安{^ | 001111111011000011000010011111010011111110110000110000100111101101011110 | 3fb0c27d3fb0c27b5e |
UTF-8 | 뤝安}뤝安{^ | 111010111010010010011101111001011010111010001001011111011110101110100100100111011110010110101110100010010111101101011110 | eba49de5ae897deba49de5ae897b5e |
UHC | 뤝安}뤝安{^ | 1000111111001100111001001100110001111101100011111100110011100100110011000111101101011110 | 8fcce4cc7d8fcce4cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)