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 | 炅爾 | 11111011010100011000111010100010 | fb518ea2 |
EUC-JP | 炅爾 | 1000111111001001110010101011110010100100 | 8fc9cabca4 |
UTF-8 | 炅爾 | 111001111000001010000101111001111000100010111110 | e78285e788be |
UHC | 炅爾 | 11001100110111011110110010110011 | ccddecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)