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{^ | 1000110110000010001111110110111001111101100011011000001000111111011011100111101101011110 | 8d823f6e7d8d823f6e7b5e |
EUC-JP | 高?n}高?n{^ | 1011100111100010001111110110111001111101101110011110001000111111011011100111101101011110 | b9e23f6e7db9e23f6e7b5e |
UTF-8 | 高좌n}高좌n{^ | 1110100110101011100110001110110010100010100011000110111001111101111010011010101110011000111011001010001010001100011011100111101101011110 | e9ab98eca28c6e7de9ab98eca28c6e7b5e |
UHC | 高좌n}高좌n{^ | 11001101110101001100000111000010011011100111110111001101110101001100000111000010011011100111101101011110 | cdd4c1c26e7dcdd4c1c26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)