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 | ?釜}?釜{^ | 001111111000101010011000011111010011111110001010100110000111101101011110 | 3f8a987d3f8a987b5e |
EUC-JP | 鋌釜}鋌釜{^ | 10001111111001001011101110110011111110000111110110001111111001001011101110110011111110000111101101011110 | 8fe4bbb3f87d8fe4bbb3f87b5e |
UTF-8 | 鋌釜}鋌釜{^ | 111010011000101110001100111010011000011110011100011111011110100110001011100011001110100110000111100111000111101101011110 | e98b8ce9879c7de98b8ce9879c7b5e |
UHC | 鋌釜}鋌釜{^ | 1110111111111011110111011011110001111101111011111111101111011101101111000111101101011110 | effbddbc7deffbddbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)