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 | 荀醇恩 | 111001001010010010001111100001101000100110110110 | e4a48f8689b6 |
EUC-JP | 荀醇恩 | 111010001010011010111101111001101011001010111000 | e8a6bde6b2b8 |
UTF-8 | 荀醇恩 | 111010001000110110000000111010011000011010000111111001101000000110101001 | e88d80e98687e681a9 |
UHC | 荀醇恩 | 111000101111000011100010111101011110101111011010 | e2f0e2f5ebda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)