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 | 苒f貴 | 111001001001001010000010100001101000101101001101 | e49282868b4d |
EUC-JP | 苒f貴 | 111001111111001010100011111001101011010110101110 | e7f2a3e6b5ae |
UTF-8 | 苒f貴 | 111010001000101110010010111011111011110110000110111010001011001010110100 | e88b92efbd86e8b2b4 |
UHC | 苒f貴 | 111001101111111010100011111001101100111111111110 | e6fea3e6cffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)