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 | 陽毬}陽毬{^ | 1001011101111010100111110111101101111101100101110111101010011111011110110111101101011110 | 977a9f7b7d977a9f7b7b5e |
EUC-JP | 陽毬}陽毬{^ | 1100110111011011110111011101110001111101110011011101101111011101110111000111101101011110 | cddbdddc7dcddbdddc7b5e |
UTF-8 | 陽毬}陽毬{^ | 111010011001100110111101111001101010111110101100011111011110100110011001101111011110011010101111101011000111101101011110 | e999bde6afac7de999bde6afac7b5e |
UHC | 陽毬}陽毬{^ | 1110010111010101110011111011001101111101111001011101010111001111101100110111101101011110 | e5d5cfb37de5d5cfb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)