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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雋画㏍譏桟 | 11101000101100101000100111100110100001111000001111100110100110001000111001010110 | e8b289e68783e6988e56 |
EUC-JP | 雋画?譏桟 | 111100001011010010110010111010000011111111101011111110001011101110110111 | f0b4b2e83febf8bbb7 |
UTF-8 | 雋画㏍譏桟 | 111010011001101110001011111001111001010010111011111000111000111110001101111010001010110110001111111001101010000110011111 | e99b8be794bbe38f8de8ad8fe6a19f |
UHC | 雋??譏? | 11110001111001100011111100111111110100011100000100111111 | f1e63f3fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)