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 | 窈??業?? | 1110001001110111001111110011111110001011110001100011111100111111 | e2773f3f8bc63f3f |
EUC-JP | 窈??業?? | 1110001111011000001111110011111110110110110010000011111100111111 | e3d83f3fb6c83f3f |
UTF-8 | 窈녷볜業쇠쪧 | 111001111010101010001000111010111000010110110111111010111011001110011100111001101010010110101101111011001000011110100000111011001010101010100111 | e7aa88eb85b7ebb39ce6a5adec87a0ecaaa7 |
UHC | 窈녷볜業쇠쪧 | 111010011010000110000110111001101011101010110111111001011111011010111100111010001010010110100000 | e9a186e6bab7e5f6bce8a5a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)