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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 菴碵\}菴碵\{^ | 11100100101111011110000111110001010111000111110111100100101111011110000111110001010111000111101101011110 | e4bde1f15c7de4bde1f15c7b5e |
EUC-JP | 菴碵\}菴碵\{^ | 11101000101111111110001011110011010111000111110111101000101111111110001011110011010111000111101101011110 | e8bfe2f35c7de8bfe2f35c7b5e |
UTF-8 | 菴碵\}菴碵\{^ | 1110100010001111101101001110011110100010101101010101110001111101111010001000111110110100111001111010001010110101010111000111101101011110 | e88fb4e7a2b55c7de88fb4e7a2b55c7b5e |
UHC | 菴?\}菴?\{^ | 1110010011100000001111110101110001111101111001001110000000111111010111000111101101011110 | e4e03f5c7de4e03f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)