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 | ?想}?想{^ | 001111111001000101111010011111010011111110010001011110100111101101011110 | 3f917a7d3f917a7b5e |
EUC-JP | ?想}?想{^ | 001111111100000111011011011111010011111111000001110110110111101101011110 | 3fc1db7d3fc1db7b5e |
UTF-8 | 롆想}롆想{^ | 111010111010000110000110111001101000001110110011011111011110101110100001100001101110011010000011101100110111101101011110 | eba186e683b37deba186e683b37b5e |
UHC | 롆想}롆想{^ | 1000111011001100110111111100110001111101100011101100110011011111110011000111101101011110 | 8eccdfcc7d8eccdfcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)