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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 窈?}窈?{^ | 111000100111011100111111011111011110001001110111001111110111101101011110 | e2773f7de2773f7b5e |
EUC-JP | 窈?}窈?{^ | 111000111101100000111111011111011110001111011000001111110111101101011110 | e3d83f7de3d83f7b5e |
UTF-8 | 窈뛊}窈뛊{^ | 111001111010101010001000111010111001101110001010011111011110011110101010100010001110101110011011100010100111101101011110 | e7aa88eb9b8a7de7aa88eb9b8a7b5e |
UHC | 窈뛊}窈뛊{^ | 1110100110100001100011010100100001111101111010011010000110001101010010000111101101011110 | e9a18d487de9a18d487b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)