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 | 丈ソ偲而 | 10001111111001001011111110001110110000111000111010100111 | 8fe4bf8ec38ea7 |
EUC-JP | 丈ソ偲而 | 1011111011100110100011101011111110111100110001011011110010101001 | bee68ebfbcc5bca9 |
UTF-8 | 丈ソ偲而 | 111001001011100010001000111011111011110110111111111001011000000110110010111010001000000010001100 | e4b888efbdbfe581b2e8808c |
UHC | 丈??而 | 111011011101101100111111001111111110110010111011 | eddb3f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)