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 | 船?}船?{^ | 100100010100010000111111011111011001000101000100001111110111101101011110 | 91443f7d91443f7b5e |
EUC-JP | 船?}船?{^ | 110000011010010100111111011111011100000110100101001111110111101101011110 | c1a53f7dc1a53f7b5e |
UTF-8 | 船섏}船섏{^ | 111010001000100010111001111011001000010010001111011111011110100010001000101110011110110010000100100011110111101101011110 | e888b9ec848f7de888b9ec848f7b5e |
UHC | 船섏}船섏{^ | 1110000011001111100110001110110001111101111000001100111110011000111011000111101101011110 | e0cf98ec7de0cf98ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)