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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?航n}?航n{^ | 0011111110001101011100010110111001111101001111111000110101110001011011100111101101011110 | 3f8d716e7d3f8d716e7b5e |
EUC-JP | ?航n}?航n{^ | 0011111110111001110100100110111001111101001111111011100111010010011011100111101101011110 | 3fb9d26e7d3fb9d26e7b5e |
UTF-8 | 암航n}암航n{^ | 1110110010010101100101001110100010001000101010100110111001111101111011001001010110010100111010001000100010101010011011100111101101011110 | ec9594e888aa6e7dec9594e888aa6e7b5e |
UHC | 암航n}암航n{^ | 10111110110011111111100111111110011011100111110110111110110011111111100111111110011011100111101101011110 | becff9fe6e7dbecff9fe6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)