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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?笑猊 | 0011111110001111110011101110000011000111 | 3f8fcee0c7 |
EUC-JP | ?笑猊 | 0011111110111110110100001110000011001001 | 3fbed0e0c9 |
UTF-8 | 슮笑猊 | 111011001000101010101110111001111010110010010001111001111000110010001010 | ec8aaee7ac91e78c8a |
UHC | 슮笑猊 | 100110101011010111100001110001011110011111011001 | 9ab5e1c5e7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)