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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 療祝伏 | 100101111100001110001111011010101001010110011010 | 97c38f6a959a |
EUC-JP | 療祝伏 | 110011101100010110111101110010111100100111111010 | cec5bdcbc9fa |
UTF-8 | 療祝伏 | 111001111001100110000010111001111010010110011101111001001011110010001111 | e79982e7a59de4bc8f |
UHC | 療祝伏 | 110101101111101111110101111001101101110011010001 | d6fbf5e6dcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)