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 | 鳬エ霳 | 1110100111101001101101001111101111101101 | e9e9b4fbed |
EUC-JP | 鳬エ霳 | 11110010111010111000111010110100100011111110011110101100 | f2eb8eb48fe7ac |
UTF-8 | 鳬エ霳 | 111010011011001110101100111011111011110110110100111010011001110010110011 | e9b3acefbdb4e99cb3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)