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 | 樢g躱 | 100111101111011010000010100001111110011101011101 | 9ef68287e75d |
EUC-JP | 樢g躱 | 110111001111100010100011111001111110110110111110 | dcf8a3e7edbe |
UTF-8 | 樢g躱 | 111001101010100010100010111011111011110110000111111010001011101010110001 | e6a8a2efbd87e8bab1 |
UHC | ?g? | 00111111101000111110011100111111 | 3fa3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)