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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踴帑シ≫ | 11100110111110111001101111100100101111001000000111100010 | e6fb9be4bc81e2 |
EUC-JP | 踴帑シ≫ | 1110110011111101110101101110011010001110101111001010001011100100 | ecfdd6e68ebca2e4 |
UTF-8 | 踴帑シ≫ | 111010001011100010110100111001011011100010010001111011111011110110111100111000101000100110101011 | e8b8b4e5b891efbdbce289ab |
UHC | ?帑?≫ | 001111111111011110110110001111111010000111101101 | 3ff7b63fa1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)