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 | 媛?陰濫 | 10010101010100010011111110001001010000011001011110010100 | 95513f89419794 |
EUC-JP | 媛?陰濫 | 11001001101100100011111110110001101000101100110111110100 | c9b23fb1a2cdf4 |
UTF-8 | 媛렗陰濫 | 111001011010101010011011111010111010000010010111111010011001100110110000111001101011111110101011 | e5aa9beba097e999b0e6bfab |
UHC | 媛렗陰濫 | 1110101010110000100011101010110011101011111001001101010110111101 | eab08eacebe4d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)