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 | 上ィ礁 | 10001111111000111111000110111100101010001000111111001010 | 8fe3f1bca88fca |
EUC-JP | 上?ィ礁 | 10111110111001010011111110001110101010001011111011001100 | bee53f8ea8becc |
UTF-8 | 上ィ礁 | 111001001011100010001010111011101000010010110111111011111011110110101000111001111010010010000001 | e4b88aee84b7efbda8e7a481 |
UHC | 上??礁 | 110111111011111000111111001111111111010110100111 | dfbe3f3ff5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)