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 | 簷\}簷\{^ | 11110010101100111110001011010001010111000111110111110010101100111110001011010001010111000111101101011110 | f2b3e2d15c7df2b3e2d15c7b5e |
EUC-JP | ?簷\}?簷\{^ | 0011111111100100110100110101110001111101001111111110010011010011010111000111101101011110 | 3fe4d35c7d3fe4d35c7b5e |
UTF-8 | 簷\}簷\{^ | 1110111010000111101010101110011110110000101101110101110001111101111011101000011110101010111001111011000010110111010111000111101101011110 | ee87aae7b0b75c7dee87aae7b0b75c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)