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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辟ー繝ァ邃 | 1110011110000100101100001110001110000011101001111110001010000100 | e784b0e383a7e284 |
EUC-JP | 辟ー繝ァ邃 | 11101101111001001000111010110000111001011110001110001110101001111110001111100100 | ede48eb0e5e38ea7e3e4 |
UTF-8 | 辟ー繝ァ邃 | 111010001011111010011111111011111011110110110000111001111011100110011101111011111011110110100111111010011000001010000011 | e8be9fefbdb0e7b99defbda7e98283 |
UHC | ????邃 | 001111110011111100111111001111111110001011000101 | 3f3f3f3fe2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)