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 | 蹄??闇 | 100100101111101100111111001111111000100011000101 | 92fb3f3f88c5 |
EUC-JP | 蹄??闇 | 110001001111110100111111001111111011000011000111 | c4fd3f3fb0c7 |
UTF-8 | 蹄꿴섦闇 | 111010001011100110000100111010101011111110110100111011001000010010100110111010011001011110000111 | e8b984eabfb4ec84a6e99787 |
UHC | 蹄꿴섦闇 | 1111000010110100101100101110100110111100101101001110010011100001 | f0b4b2e9bcb4e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)