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 | リ韋ロ | 11011000111010001110100011011011 | d8e8e8db |
EUC-JP | リ韋ロ | 100011101101100011110000111010101000111011011011 | 8ed8f0ea8edb |
UTF-8 | リ韋ロ | 111011111011111010011000111010011001111110001011111011111011111010011011 | efbe98e99f8befbe9b |
UHC | ?韋? | 00111111111010101101111100111111 | 3feadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)