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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漆執紗悉 | 1000111010111101100011101011011110001110110100011000111010111011 | 8ebd8eb78ed18ebb |
EUC-JP | 漆執紗悉 | 1011110010111111101111001011100110111100110100111011110010111101 | bcbfbcb9bcd3bcbd |
UTF-8 | 漆執紗悉 | 111001101011110010000110111001011001111110110111111001111011010010010111111001101000001010001001 | e6bc86e59fb7e7b497e68289 |
UHC | 漆執紗悉 | 1111011011010100111100101111101111011110111010011110001111111010 | f6d4f2fbdee9e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)