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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 晤わ?娃??\ | 10011101111010111000001011101101001111111000100010100001001111110011111101011100 | 9deb82ed3f88a13f3f5c |
EUC-JP | 晤わ?娃??\ | 11011010111011011010010011101111001111111011000010100011001111110011111101011100 | daeda4ef3fb0a33f3f5c |
UTF-8 | 晤わ숯娃륅쉭\ | 11100110100110011010010011100011100000101000111111101100100010001010111111100101101010001000001111101011101001011000010111101100100010011010110101011100 | e699a4e3828fec88afe5a883eba585ec89ad5c |
UHC | 晤わ숯娃륅쉭\ | 11100111111110111010101011101111101111011010000111101000110111111000111111101111101111011010110101011100 | e7fbaaefbda1e8df8fefbdad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)