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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五f?縊 | 10001100110111001000001010000110001111111110001101101111 | 8cdc82863fe36f |
EUC-JP | 五f?縊 | 10111000110111101010001111100110001111111110010111010000 | b8dea3e63fe5d0 |
UTF-8 | 五f객縊 | 111001001011101010010100111011111011110110000110111010101011000010011101111001111011100010001010 | e4ba94efbd86eab09de7b88a |
UHC | 五f객縊 | 1110011111101001101000111110011010110000101101001110010011111100 | e7e9a3e6b0b4e4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)