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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隴俯昼 | 111010001010110110011000111010111001001010001011 | e8ad98eb928b |
EUC-JP | 隴俯昼 | 111100001010111111010000111011011100001111101011 | f0afd0edc3eb |
UTF-8 | 隴俯昼 | 111010011001101010110100111001001011111110101111111001101001100010111100 | e99ab4e4bfafe698bc |
UHC | ?俯? | 00111111110111001111011000111111 | 3fdcf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)