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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 硝筧}硝筧{^ | 1000111111001001111000101010100001111101100011111100100111100010101010000111101101011110 | 8fc9e2a87d8fc9e2a87b5e |
EUC-JP | 硝筧}硝筧{^ | 1011111011001011111001001010101001111101101111101100101111100100101010100111101101011110 | becbe4aa7dbecbe4aa7b5e |
UTF-8 | 硝筧}硝筧{^ | 111001111010000110011101111001111010110110100111011111011110011110100001100111011110011110101101101001110111101101011110 | e7a19de7ada77de7a19de7ada77b5e |
UHC | 硝?}硝?{^ | 111101011010011000111111011111011111010110100110001111110111101101011110 | f5a63f7df5a63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)