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?鈺 | 10001100110111001000001010000110001111111111101111000100 | 8cdc82863ffbc4 |
EUC-JP | 五f?鈺 | 1011100011011110101000111110011000111111100011111110001111010101 | b8dea3e63f8fe3d5 |
UTF-8 | 五f객鈺 | 111001001011101010010100111011111011110110000110111010101011000010011101111010011000100010111010 | e4ba94efbd86eab09de988ba |
UHC | 五f객鈺 | 1110011111101001101000111110011010110000101101001110100010101101 | e7e9a3e6b0b4e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)