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 | 筌??揖ζ? | 111000101010001100111111001111111001011101001011100000111100010000111111 | e2a33f3f974b83c43f |
EUC-JP | 筌??揖ζˇ | 1110010010100101001111110011111111001101101011001010011011000110100011111010001010110000 | e4a53f3fcdaca6c68fa2b0 |
UTF-8 | 筌꺿뫜揖ζˇ | 11100111101011011000110011101010101110101011111111101011101010111001110011100110100011111001011011001110101101101100101110000111 | e7ad8ceababfebab9ce68f96ceb6cb87 |
UHC | 筌꺿뫜揖ζˇ | 111011111010011110000011111000101001000110111100111010111110011110100101111001101010001010100111 | efa783e291bcebe7a5e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)