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 | ⅵネ靜ァ | 111110100100010111001000111010001100111010100111 | fa45c8e8cea7 |
EUC-JP | ?ネ靜ァ | 00111111100011101100100011110000110100001000111010100111 | 3f8ec8f0d08ea7 |
UTF-8 | ⅵネ靜ァ | 111000101000010110110101111011111011111010001000111010011001110110011100111011111011110110100111 | e285b5efbe88e99d9cefbda7 |
UHC | ⅵ?靜? | 101001011010011000111111111100001010000100111111 | a5a63ff0a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)