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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??揖δ? | 111000101010001100111111001111111001011101001011100000111100001000111111 | e2a33f3f974b83c23f |
EUC-JP | 筌??揖δ? | 111001001010010100111111001111111100110110101100101001101100010000111111 | e4a53f3fcdaca6c43f |
UTF-8 | 筌꺿뫜揖δ퓠 | 1110011110101101100011001110101010111010101111111110101110101011100111001110011010001111100101101100111010110100111011011001001110100000 | e7ad8ceababfebab9ce68f96ceb4ed93a0 |
UHC | 筌꺿뫜揖δ퓠 | 111011111010011110000011111000101001000110111100111010111110011110100101111001001011111110001001 | efa783e291bcebe7a5e4bf89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)