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 | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | 陽韈盖驅oBF | 1001011101111010111010001110011111100001101100111110100101111011011011110100001001000110 | 977ae8e7e1b3e97b6f4246 |
EUC-JP | 陽韈盖驅oBF | 1100110111011011111100001110100111100010101101011111000111011100011011110100001001000110 | cddbf0e9e2b5f1dc6f4246 |
UTF-8 | 陽韈盖驅oBF | 111010011001100110111101111010011001111110001000111001111001101110010110111010011010100110000101011011110100001001000110 | e999bde99f88e79b96e9a9856f4246 |
UHC | 陽?盖驅oBF | 11100101110101010011111111001011110011001100111111001100011011110100001001000110 | e5d53fcbcccfcc6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)