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 | 螽カ莨蛾エ達 | 11100101101010001011011011100100101111001000100111101001101101001001001001000010 | e5a8b6e4bc89e9b49242 |
EUC-JP | 螽カ莨蛾エ達 | 111010101010101010001110101101101110100010111110101100101110101110001110101101001100001110100011 | eaaa8eb6e8beb2eb8eb4c3a3 |
UTF-8 | 螽カ莨蛾エ達 | 111010001001111010111101111011111011110110110110111010001000111010101000111010001001101110111110111011111011110110110100111010011000000110010100 | e89ebdefbdb6e88ea8e89bbeefbdb4e98194 |
UHC | ???蛾?達 | 0011111100111111001111111110010010110110001111111101001110111001 | 3f3f3fe4b63fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)