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 | 借者蔔煮 | 1000111011011000100011101101001011100100111101111000111011001111 | 8ed88ed2e4f78ecf |
EUC-JP | 借者蔔煮 | 1011110011011010101111001101010011101000111110011011110011010001 | bcdabcd4e8f9bcd1 |
UTF-8 | 借者蔔煮 | 111001011000000010011111111010001000000010000101111010001001010010010100111001111000010110101110 | e5809fe88085e89494e785ae |
UHC | 借者蔔煮 | 1111001110101000111011011011101011011100110110111110110110110100 | f3a8edbadcdbedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)