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 | 窈??亦?? | 1110001001110111001111110011111110010110100100100011111100111111 | e2773f3f96923f3f |
EUC-JP | 窈??亦?? | 1110001111011000001111110011111111001011111100100011111100111111 | e3d83f3fcbf23f3f |
UTF-8 | 窈뗤말亦븃짌 | 111001111010101010001000111010111001011110100100111010111010011110010000111001001011101010100110111010111011100010000011111011001010011110001100 | e7aa88eb97a4eba790e4baa6ebb883eca78c |
UHC | 窈뗤말亦븃짌 | 111010011010000110001011111001001011100010111011111001101011001010111010111010001010001110011000 | e9a18be4b8bbe6b2bae8a398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)