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 | ?腺}?腺{^ | 001111111001000101000010011111010011111110010001010000100111101101011110 | 3f91427d3f91427b5e |
EUC-JP | ?腺}?腺{^ | 001111111100000110100011011111010011111111000001101000110111101101011110 | 3fc1a37d3fc1a37b5e |
UTF-8 | 卨腺}卨腺{^ | 111001011000110110101000111010001000010110111010011111011110010110001101101010001110100010000101101110100111101101011110 | e58da8e885ba7de58da8e885ba7b5e |
UHC | 卨腺}卨腺{^ | 1110000011011001111000001100110101111101111000001101100111100000110011010111101101011110 | e0d9e0cd7de0d9e0cd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)