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 | 筌??揖ο┥ | 11100010101000110011111100111111100101110100101110000011110011011000010010111100 | e2a33f3f974b83cd84bc |
EUC-JP | 筌??揖ο┥ | 11100100101001010011111100111111110011011010110010100110110011111010100010111110 | e4a53f3fcdaca6cfa8be |
UTF-8 | 筌꺿뫜揖ο┥ | 1110011110101101100011001110101010111010101111111110101110101011100111001110011010001111100101101100111010111111111000101001010010100101 | e7ad8ceababfebab9ce68f96cebfe294a5 |
UHC | 筌꺿뫜揖ο┥ | 111011111010011110000011111000101001000110111100111010111110011110100101111011111010011010111110 | efa783e291bcebe7a5efa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)