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 | ±ú}±ú{^ | 101100011111101010001011011111011011000111111010100010110111101101011110 | b1fa8b7db1fa8b7b5e |
SJIS-WIN | ±??}±??{^ | 1000000101111101001111110011111101111101100000010111110100111111001111110111101101011110 | 817d3f3f7d817d3f3f7b5e |
EUC-JP | ±ú?}±ú?{^ | 101000011101111010001111101010111110001000111111011111011010000111011110100011111010101111100010001111110111101101011110 | a1de8fabe23f7da1de8fabe23f7b5e |
UTF-8 | ±ú}±ú{^ | 110000101011000111000011101110101100001010001011011111011100001010110001110000111011101011000010100010110111101101011110 | c2b1c3bac28b7dc2b1c3bac28b7b5e |
UHC | ±??}±??{^ | 1010000110111110001111110011111101111101101000011011111000111111001111110111101101011110 | a1be3f3f7da1be3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)