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 | 昊?俉 | 1001110111011101001111111111101001100001 | 9ddd3ffa61 |
EUC-JP | 昊?俉 | 110110101101111100111111100011111011000110111011 | dadf3f8fb1bb |
UTF-8 | 昊歷俉 | 111001101001100010001010111011111010011010001100111001001011111110001001 | e6988aefa68ce4bf89 |
UHC | 昊歷俉 | 111110111100010011100110101110001110011111101011 | fbc4e6b8e7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)