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 | 韜慕朕鞜 | 1110100011101001100101011110011110010010101111011110100011011111 | e8e995e792bde8df |
EUC-JP | 韜慕朕鞜 | 1111000011101011110010101110100111000100101111111111000011100001 | f0ebcae9c4bff0e1 |
UTF-8 | 韜慕朕鞜 | 111010011001111110011100111001101000010110010101111001101001110010010101111010011001111010011100 | e99f9ce68595e69c95e99e9c |
UHC | 韜慕朕? | 11010100101101111101100110110111111100101111100100111111 | d4b7d9b7f2f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)