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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 數瑞 | 10011101110010011001000010010000 | 9dc99090 |
EUC-JP | 數瑞 | 11011010110010111011111111110000 | dacbbff0 |
UTF-8 | 數瑞 | 111001101001010110111000111001111001000110011110 | e695b8e7919e |
UHC | 數瑞 | 11100010101001101101111111111010 | e2a6dffa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)