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 | 莠一ソ狩 | 11100100101110101000100011101010101111111000111011101011 | e4ba88eabf8eeb |
EUC-JP | 莠一ソ狩 | 1110100010111100101100001110110010001110101111111011110011101101 | e8bcb0ec8ebfbced |
UTF-8 | 莠一ソ狩 | 111010001000111010100000111001001011100010000000111011111011110110111111111001111000101110101001 | e88ea0e4b880efbdbfe78ba9 |
UHC | ?一?狩 | 001111111110110011101001001111111110001010101101 | 3fece93fe2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)