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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 懌洟壯杢某 | 10011100111000101001111110100100100110101110000110010110110110111001011001011110 | 9ce29fa49ae196db965e |
EUC-JP | 懌洟壯杢某 | 11011000111001001101111010100110110101001110001111001100110111011100101110111111 | d8e4dea6d4e3ccddcbbf |
UTF-8 | 懌洟壯杢某 | 111001101000011110001100111001101011010010011111111001011010001110101111111001101001110110100010111001101001111110010000 | e6878ce6b49fe5a3afe69da2e69f90 |
UHC | ??壯?某 | 00111111001111111110110111100000001111111101100110111011 | 3f3fede03fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)