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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 撓瘢^ | 1001110110011010111000011000110101011110 | 9d9ae18d5e |
EUC-JP | 撓瘢^ | 1101100111111010111000011110110101011110 | d9fae1ed5e |
UTF-8 | 撓瘢^ | 11100110100100101001001111100111100110001010001001011110 | e69293e798a25e |
UHC | 撓瘢^ | 1110100011110101110110101110111001011110 | e8f5daee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)