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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?Ξ??軟?? | 001111111000001110101100001111110011111110010011111011100011111100111111 | 3f83ac3f3f93ee3f3f |
EUC-JP | ?Ξ??軟?? | 001111111010011010101110001111110011111111000110111100000011111100111111 | 3fa6ae3f3fc6f03f3f |
UTF-8 | 筽Ξ쇱샋軟먰뒑 | 1110011110101101101111011100111010011110111011001000011110110001111011001000001110001011111010001011101110011111111010111010100010110000111010111001001010010001 | e7adbdce9eec87b1ec838be8bb9feba8b0eb9291 |
UHC | 筽Ξ쇱샋軟먰뒑 | 1110100010100100101001011100111010111100111011001001100010111010111001101110001110010000111011011000101010001110 | e8a4a5cebcec98bae6e390ed8a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)