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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雋翫l菫ョB | 11101000101100101000101011100011100000101000110011100100101111111010111001000010 | e8b28ae3828ce4bfae42 |
EUC-JP | 雋翫l菫ョB | 1111000010110100101101001110010110100011111011001110100011000001100011101010111001000010 | f0b4b4e5a3ece8c18eae42 |
UTF-8 | 雋翫l菫ョB | 11101001100110111000101111100111101111111010101111101111101111011000110011101000100011111010101111101111101111011010111001000010 | e99b8be7bfabefbd8ce88fabefbdae42 |
UHC | 雋翫l菫?B | 11110001111001101110100011010001101000111110110011010000110010110011111101000010 | f1e6e8d1a3ecd0cb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)