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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 掌??\ | 1000111110110110001111110011111101011100 | 8fb63f3f5c |
EUC-JP | 掌??\ | 1011111010111000001111110011111101011100 | beb83f3f5c |
UTF-8 | 掌㎫남\ | 11100110100011101000110011100011100011101010101111101011100000101010100001011100 | e68e8ce38eabeb82a85c |
UHC | 掌㎫남\ | 11101101111001101010011111100111101100111011001001011100 | ede6a7e7b3b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)