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 | 箚皰}箚皰{^ | 1110001010110010111000011010110001111101111000101011001011100001101011000111101101011110 | e2b2e1ac7de2b2e1ac7b5e |
EUC-JP | 箚皰}箚皰{^ | 1110010010110100111000101010111001111101111001001011010011100010101011100111101101011110 | e4b4e2ae7de4b4e2ae7b5e |
UTF-8 | 箚皰}箚皰{^ | 111001111010111010011010111001111001101010110000011111011110011110101110100110101110011110011010101100000111101101011110 | e7ae9ae79ab07de7ae9ae79ab07b5e |
UHC | 箚?}箚?{^ | 111100111011000000111111011111011111001110110000001111110111101101011110 | f3b03f7df3b03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)