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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萵リイ | 111001001110000011110001110000011101100010110010 | e4e0f1c1d8b2 |
EUC-JP | 萵?リイ | 11101000111000100011111110001110110110001000111010110010 | e8e23f8ed88eb2 |
UTF-8 | 萵リイ | 111010001001000010110101111011101000010010111100111011111011111010011000111011111011110110110010 | e890b5ee84bcefbe98efbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)