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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驛、螳医鎖 | 111010011000001110100100111001011010111010001000111000111000110110111101 | e983a4e5ae88e38dbd |
EUC-JP | 驛、螳医鎖 | 11110001111000111000111010100100111010101011000010110000111001011011101010111111 | f1e38ea4eab0b0e5babf |
UTF-8 | 驛、螳医鎖 | 111010011010100110011011111011111011110110100100111010001001111010110011111001011000110010111011111010011000111010010110 | e9a99befbda4e89eb3e58cbbe98e96 |
UHC | 驛?螳?鎖 | 1110011010111110001111111101001111011001001111111110000111110000 | e6be3fd3d93fe1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)