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 | 邀瀾}邀瀾{^ | 1110011110110001111000000111000001111101111001111011000111100000011100000111101101011110 | e7b1e0707de7b1e0707b5e |
EUC-JP | 邀瀾}邀瀾{^ | 1110111010110011110111111101000101111101111011101011001111011111110100010111101101011110 | eeb3dfd17deeb3dfd17b5e |
UTF-8 | 邀瀾}邀瀾{^ | 111010011000001010000000111001111000000010111110011111011110100110000010100000001110011110000000101111100111101101011110 | e98280e780be7de98280e780be7b5e |
UHC | 邀瀾}邀瀾{^ | 1110100110101101110101011011001101111101111010011010110111010101101100110111101101011110 | e9add5b37de9add5b37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)