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 | ?厄}?厄{^ | 001111111001011011101111011111010011111110010110111011110111101101011110 | 3f96ef7d3f96ef7b5e |
EUC-JP | ?厄}?厄{^ | 001111111100110011110001011111010011111111001100111100010111101101011110 | 3fccf17d3fccf17b5e |
UTF-8 | 卨厄}卨厄{^ | 111001011000110110101000111001011000111010000100011111011110010110001101101010001110010110001110100001000111101101011110 | e58da8e58e847de58da8e58e847b5e |
UHC | 卨厄}卨厄{^ | 1110000011011001111001001111100001111101111000001101100111100100111110000111101101011110 | e0d9e4f87de0d9e4f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)