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 | 而瓏? | 1000111010100111111000001111101000111111 | 8ea7e0fa3f |
EUC-JP | 而瓏? | 1011110010101001111000001111110000111111 | bca9e0fc3f |
UTF-8 | 而瓏렋 | 111010001000000010001100111001111001001110001111111010111010000010001011 | e8808ce7938feba08b |
UHC | 而瓏렋 | 111011001011101111010110111010101000111010100010 | ecbbd6ea8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)