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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茲私晋纛 | 1110010010100010100011101000010010010000010101111110001110011011 | e4a28e849057e39b |
EUC-JP | 茲私晋纛 | 1110100010100100101110111110010010111111101110001110010111111011 | e8a4bbe4bfb8e5fb |
UTF-8 | 茲私晋纛 | 111010001000110010110010111001111010011110000001111001101001100110001011111001111011101010011011 | e88cb2e7a781e6998be7ba9b |
UHC | ?私晋纛 | 00111111110111101110011111110010110011001101010011000000 | 3fdee7f2ccd4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)