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 | ì½£é | 11101100101111011010001111101001 | ecbda3e9 |
SJIS-WIN | ??£? | 0011111100111111100000011001001000111111 | 3f3f81923f |
EUC-JP | ì?£é | 100011111010101111000000001111111010000111110010100011111010101110110001 | 8fabc03fa1f28fabb1 |
UTF-8 | ì½£é | 1100001110101100110000101011110111000010101000111100001110101001 | c3acc2bdc2a3c3a9 |
UHC | ?½?? | 0011111110101000111101100011111100111111 | 3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)