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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 竣?ε矣?H | 100011110111011000111111100000111100001111100001111000010011111101001000 | 8f763f83c3e1e13f48 |
EUC-JP | 竣?ε矣?H | 101111011101011100111111101001101100010111100010111000110011111101001000 | bdd73fa6c5e2e33f48 |
UTF-8 | 竣ㅸε矣렒H | 111001111010101110100011111000111000010110111000110011101011010111100111100111111010001111101011101000001001001001001000 | e7aba3e385b8ceb5e79fa3eba09248 |
UHC | 竣ㅸε矣렒H | 1111000111100010101001001110100010100101111001011110101111111000100011101010011101001000 | f1e2a4e8a5e5ebf88ea748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)