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 | 錵遂ヽ謌よ | 11101000010001011001000010001011100000010101001011100110100010001000001011100110 | e845908b8152e68882e6 |
EUC-JP | 錵遂ヽ謌よ | 11101111101001101011111111101011101000011011001111101011111010001010010011101000 | efa6bfeba1b3ebe8a4e8 |
UTF-8 | 錵遂ヽ謌よ | 111010011000110010110101111010011000000110000010111000111000001110111101111010001010110010001100111000111000001010001000 | e98cb5e98182e383bde8ac8ce38288 |
UHC | ?遂??よ | 00111111111000101100010000111111001111111010101011101000 | 3fe2c43f3faae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)