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 | 揖??? | 1001011101001011001111110011111100111111 | 974b3f3f3f |
EUC-JP | 揖??? | 1100110110101100001111110011111100111111 | cdac3f3f3f |
UTF-8 | 揖멸렎렧 | 111001101000111110010110111010111010100110111000111010111010000010001110111010111010000010100111 | e68f96eba9b8eba08eeba0a7 |
UHC | 揖멸렎렧 | 1110101111100111101110001110101010001110101001001000111010110110 | ebe7b8ea8ea48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)