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 | 跂ス遞カ跂ス | 111001101110001110111101111001111010100010110110111001101110001110111101 | e6e3bde7a8b6e6e3bd |
EUC-JP | 跂ス遞カ跂ス | 111011001110010110001110101111011110111010101010100011101011011011101100111001011000111010111101 | ece58ebdeeaa8eb6ece58ebd |
UTF-8 | 跂ス遞カ跂ス | 111010001011011110000010111011111011110110111101111010011000000110011110111011111011110110110110111010001011011110000010111011111011110110111101 | e8b782efbdbde9819eefbdb6e8b782efbdbd |
UHC | ??遞??? | 00111111001111111111010011110110001111110011111100111111 | 3f3ff4f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)