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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 療祝伏弡 | 1001011111000011100011110110101010010101100110101111101010110111 | 97c38f6a959afab7 |
EUC-JP | 療祝伏弡 | 110011101100010110111101110010111100100111111010100011111011110011100100 | cec5bdcbc9fa8fbce4 |
UTF-8 | 療祝伏弡 | 111001111001100110000010111001111010010110011101111001001011110010001111111001011011110010100001 | e79982e7a59de4bc8fe5bca1 |
UHC | 療祝伏? | 11010110111110111111010111100110110111001101000100111111 | d6fbf5e6dcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)