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 | ?首}?首{^ | 001111111000111011110001011111010011111110001110111100010111101101011110 | 3f8ef17d3f8ef17b5e |
EUC-JP | ?首}?首{^ | 001111111011110011110011011111010011111110111100111100110111101101011110 | 3fbcf37d3fbcf37b5e |
UTF-8 | 잨首}잨首{^ | 111011001001111010101000111010011010011010010110011111011110110010011110101010001110100110100110100101100111101101011110 | ec9ea8e9a6967dec9ea8e9a6967b5e |
UHC | 잨首}잨首{^ | 1001111111110011111000101100111101111101100111111111001111100010110011110111101101011110 | 9ff3e2cf7d9ff3e2cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)