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 | 驪鍋朕魍ァ | 111010011000101110010011111001111001001010111101111010011011000110100111 | e98b93e792bde9b1a7 |
EUC-JP | 驪鍋朕魍ァ | 11110001111010111100011011101001110001001011111111110010101100111000111010100111 | f1ebc6e9c4bff2b38ea7 |
UTF-8 | 驪鍋朕魍ァ | 111010011010100110101010111010011000110110001011111001101001110010010101111010011010110110001101111011111011110110100111 | e9a9aae98d8be69c95e9ad8defbda7 |
UHC | 驪鍋朕?? | 1101010111110001110011101010011111110010111110010011111100111111 | d5f1cea7f2f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)