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{^ | 10011110101000011001100011100101011011100111110110011110101000011001100011100101011011100111101101011110 | 9ea198e56e7d9ea198e56e7b5e |
EUC-JP | 棕伜n}棕伜n{^ | 11011100101000111101000011100111011011100111110111011100101000111101000011100111011011100111101101011110 | dca3d0e76e7ddca3d0e76e7b5e |
UTF-8 | 棕伜n}棕伜n{^ | 1110011010100011100101011110010010111100100111000110111001111101111001101010001110010101111001001011110010011100011011100111101101011110 | e6a395e4bc9c6e7de6a395e4bc9c6e7b5e |
UHC | 棕?n}棕?n{^ | 1111000011110111001111110110111001111101111100001111011100111111011011100111101101011110 | f0f73f6e7df0f73f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)