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{^ | 1000101110011100001111110110111001111101100010111001110000111111011011100111101101011110 | 8b9c3f6e7d8b9c3f6e7b5e |
EUC-JP | 亨?n}亨?n{^ | 1011010111111100001111110110111001111101101101011111110000111111011011100111101101011110 | b5fc3f6e7db5fc3f6e7b5e |
UTF-8 | 亨퓊n}亨퓊n{^ | 1110010010111010101010001110110110010011100010100110111001111101111001001011101010101000111011011001001110001010011011100111101101011110 | e4baa8ed938a6e7de4baa8ed938a6e7b5e |
UHC | 亨퓊n}亨퓊n{^ | 11111010111110111011111101110010011011100111110111111010111110111011111101110010011011100111101101011110 | fafbbf726e7dfafbbf726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)