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{^ | 10001110110010101000111010101110011011100111110110001110110010101000111010101110011011100111101101011110 | 8eca8eae6e7d8eca8eae6e7b5e |
EUC-JP | 写式n}写式n{^ | 10111100110011001011110010110000011011100111110110111100110011001011110010110000011011100111101101011110 | bcccbcb06e7dbcccbcb06e7b5e |
UTF-8 | 写式n}写式n{^ | 1110010110000110100110011110010110111100100011110110111001111101111001011000011010011001111001011011110010001111011011100111101101011110 | e58699e5bc8f6e7de58699e5bc8f6e7b5e |
UHC | ?式n}?式n{^ | 0011111111100011110100100110111001111101001111111110001111010010011011100111101101011110 | 3fe3d26e7d3fe3d26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)