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 | 隘槫涵褞 | 1110100010100101100111101110010110011111101111001110010111110000 | e8a59ee59fbce5f0 |
EUC-JP | 隘槫涵褞 | 1111000010100111110111001110011111011110101111101110101011110010 | f0a7dce7debeeaf2 |
UTF-8 | 隘槫涵褞 | 111010011001101010011000111001101010011110101011111001101011011010110101111010001010010010011110 | e99a98e6a7abe6b6b5e8a49e |
UHC | 隘?涵? | 111001001111011000111111111110011110010000111111 | e4f63ff9e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)