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 | 廾瞠}廾瞠{^ | 1001110001001111111000011101001101111101100111000100111111100001110100110111101101011110 | 9c4fe1d37d9c4fe1d37b5e |
EUC-JP | 廾瞠}廾瞠{^ | 1101011110110000111000101101010101111101110101111011000011100010110101010111101101011110 | d7b0e2d57dd7b0e2d57b5e |
UTF-8 | 廾瞠}廾瞠{^ | 111001011011101110111110111001111001111010100000011111011110010110111011101111101110011110011110101000000111101101011110 | e5bbbee79ea07de5bbbee79ea07b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)