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 | 򣽫 | 11110010101000111011110110101011 | f2a3bdab |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | ò£?? | 10001111101010111101001010100001111100100011111100111111 | 8fabd2a1f23f3f |
UTF-8 | 򣽫 | 1100001110110010110000101010001111000010101111011100001010101011 | c3b2c2a3c2bdc2ab |
UHC | ??½? | 0011111100111111101010001111011000111111 | 3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)