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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 驛???k?Y | 111010011000001100111111001111110011111110000010100010110011111101011001 | e9833f3f3f828b3f59 |
EUC-JP | 驛???k?Y | 111100011110001100111111001111110011111110100011111010110011111101011001 | f1e33f3f3fa3eb3f59 |
UTF-8 | 驛붾젛緣k젌Y | 11101001101010011001101111101011101101101011111011101100101000001001101111100111101101111010001111101111101111011000101111101100101000001000110001011001 | e9a99bebb6beeca09be7b7a3efbd8beca08c59 |
UHC | 驛붾젛緣k젌Y | 11100110101111101001010011101011101000001001011111100110110111101010001111101011101000001000110101011001 | e6be94eba097e6dea3eba08d59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)