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 | 矗ヘロ | 11100001110111101100110111011011 | e1decddb |
EUC-JP | 矗ヘロ | 111000101110000010001110110011011000111011011011 | e2e08ecd8edb |
UTF-8 | 矗ヘロ | 111001111001111110010111111011111011111010001101111011111011111010011011 | e79f97efbe8defbe9b |
UHC | 矗?? | 11110101101110000011111100111111 | f5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)