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 | 直萎}直萎{^ | 1001001010111100100010001101111001111101100100101011110010001000110111100111101101011110 | 92bc88de7d92bc88de7b5e |
EUC-JP | 直萎}直萎{^ | 1100010010111110101100001110000001111101110001001011111010110000111000000111101101011110 | c4beb0e07dc4beb0e07b5e |
UTF-8 | 直萎}直萎{^ | 111001111001101110110100111010001001000010001110011111011110011110011011101101001110100010010000100011100111101101011110 | e79bb4e8908e7de79bb4e8908e7b5e |
UHC | 直萎}直萎{^ | 1111001011000001111010101101011101111101111100101100000111101010110101110111101101011110 | f2c1ead77df2c1ead77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)