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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髱懍濫 | 111010011001110110011100111011001001011110010100 | e99d9cec9794 |
EUC-JP | 髱懍濫 | 111100011111110111011000111011101100110111110100 | f1fdd8eecdf4 |
UTF-8 | 髱懍濫 | 111010011010101110110001111001101000011110001101111001101011111110101011 | e9abb1e6878de6bfab |
UHC | ??濫 | 00111111001111111101010110111101 | 3f3fd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)