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 | ???RT | 0011111100111111001111110101001001010100 | 3f3f3f5254 |
SJIS-WIN | 洫樞橸RT | 1001111110100111100111101110001010011110111011110101001001010100 | 9fa79ee29eef5254 |
EUC-JP | 洫樞橸RT | 1101111010101001110111001110010011011100111100010101001001010100 | dea9dce4dcf15254 |
UTF-8 | 洫樞橸RT | 1110011010110100101010111110011010101000100111101110011010101001101110000101001001010100 | e6b4abe6a89ee6a9b85254 |
UHC | ?樞?RT | 001111111111010111010010001111110101001001010100 | 3ff5d23f5254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)