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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣?ε財? | 1000111101110110001111111000001111000011100011011110000000111111 | 8f763f83c38de03f |
EUC-JP | 竣?ε財? | 1011110111010111001111111010011011000101101110101110001000111111 | bdd73fa6c5bae23f |
UTF-8 | 竣ㅸε財첵 | 1110011110101011101000111110001110000101101110001100111010110101111010001011001010100001111011001011001010110101 | e7aba3e385b8ceb5e8b2a1ecb2b5 |
UHC | 竣ㅸε財첵 | 11110001111000101010010011101000101001011110010111101110101011111100001110111101 | f1e2a4e8a5e5eeafc3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)