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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豐夥牟繽懈ェ | 1110011010110010100110101110110010010110101101001110001110001111100111001110011010101010 | e6b29aec96b4e38f9ce6aa |
EUC-JP | 豐夥牟繽懈ェ | 111011001011010011010100111011101100110010110110111001011110111111011000111010001000111010101010 | ecb4d4eeccb6e5efd8e88eaa |
UTF-8 | 豐夥牟繽懈ェ | 111010001011000110010000111001011010010010100101111001111000100110011111111001111011100110111101111001101000011110001000111011111011110110101010 | e8b190e5a4a5e7899fe7b9bde68788efbdaa |
UHC | ??牟?懈? | 0011111100111111110110011011111100111111111110101010101100111111 | 3f3fd9bf3ffaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)