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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シト赦汐シト | 1011110011000100100011101100110110001110101011001011110011000100 | bcc48ecd8eacbcc4 |
EUC-JP | シト赦汐シト | 100011101011110010001110110001001011110011001111101111001010111010001110101111001000111011000100 | 8ebc8ec4bccfbcae8ebc8ec4 |
UTF-8 | シト赦汐シト | 111011111011110110111100111011111011111010000100111010001011010110100110111001101011000110010000111011111011110110111100111011111011111010000100 | efbdbcefbe84e8b5a6e6b190efbdbcefbe84 |
UHC | ??赦汐?? | 0011111100111111110111101111010111100000101100010011111100111111 | 3f3fdef5e0b13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)