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 | 辰롦 | 111011111010010110110001111010111010000110100110 | efa5b1eba1a6 |
SJIS-WIN | ?¥±??? | 0011111110000001100011111000000101111101001111110011111100111111 | 3f818f817d3f3f3f |
EUC-JP | �롦 | 100011111010101111000001001111111010000111011110100011111010101110110011100011111010001011000010100011111010001011000011 | 8fabc13fa1de8fabb38fa2c28fa2c3 |
UTF-8 | 辰롦 | 110000111010111111000010101001011100001010110001110000111010101111000010101000011100001010100110 | c3afc2a5c2b1c3abc2a1c2a6 |
UHC | ??±?¡? | 0011111100111111101000011011111000111111101000101010111000111111 | 3f3fa1be3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)