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 | ?身}?身{^ | 001111111001000001100111011111010011111110010000011001110111101101011110 | 3f90677d3f90677b5e |
EUC-JP | ?身}?身{^ | 001111111011111111001000011111010011111110111111110010000111101101011110 | 3fbfc87d3fbfc87b5e |
UTF-8 | 밄身}밄身{^ | 111010111011000010000100111010001011101010101011011111011110101110110000100001001110100010111010101010110111101101011110 | ebb084e8baab7debb084e8baab7b5e |
UHC | 밄身}밄身{^ | 1001001101000010111000111111001101111101100100110100001011100011111100110111101101011110 | 9342e3f37d9342e3f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)