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 | 螽カ莨牙豌 | 111001011010100010110110111001001011110010001001111001011110011010110000 | e5a8b6e4bc89e5e6b0 |
EUC-JP | 螽カ莨牙豌 | 11101010101010101000111010110110111010001011111010110010111001111110110010110010 | eaaa8eb6e8beb2e7ecb2 |
UTF-8 | 螽カ莨牙豌 | 111010001001111010111101111011111011110110110110111010001000111010101000111001111000100110011001111010001011000110001100 | e89ebdefbdb6e88ea8e78999e8b18c |
UHC | ???牙豌 | 00111111001111110011111111100100101100111110100011010101 | 3f3f3fe4b3e8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)