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 | メ寬ウ磁 | 1111000111100001110100101111101010101010101100111000111010100101 | f1e1d2faaab38ea5 |
EUC-JP | ?メ?ウ磁 | 0011111110001110110100100011111110001110101100111011110010100111 | 3f8ed23f8eb3bca7 |
UTF-8 | メ寬ウ磁 | 111011101000010110011100111011111011111010010010111001011010111110101100111011111011110110110011111001111010001110000001 | ee859cefbe92e5afacefbdb3e7a381 |
UHC | ??寬?磁 | 00111111001111111100111010110000001111111110110110111000 | 3f3fceb03fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)