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 | 魄剰ャ晉濫 | 111010011010111010001111111010001010110010011101111001111001011110010100 | e9ae8fe8ac9de79794 |
EUC-JP | 魄剰ャ晉濫 | 11110010101100001011111011101010100011101010110011011010111010011100110111110100 | f2b0beea8eacdae9cdf4 |
UTF-8 | 魄剰ャ晉濫 | 111010011010110110000100111001011000100110110000111011111011110110101100111001101001100110001001111001101011111110101011 | e9ad84e589b0efbdace69989e6bfab |
UHC | 魄??晉濫 | 1101101111011110001111110011111111110010110010111101010110111101 | dbde3f3ff2cbd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)