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 | ツ婀ツ崚 | 110000101001101101010011110000101001101111000011 | c29b53c29bc3 |
EUC-JP | ツ婀ツ崚 | 1000111011000010110101011011010010001110110000101101011011000101 | 8ec2d5b48ec2d6c5 |
UTF-8 | ツ婀ツ崚 | 111011111011111010000010111001011010100110000000111011111011111010000010111001011011010010011010 | efbe82e5a980efbe82e5b49a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)