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 | 漆胝雫 | 1111000010101111100011101011110111100011111100011000111010110100 | f0af8ebde3f18eb4 |
EUC-JP | ?漆胝雫 | 00111111101111001011111111100110111100111011110010110110 | 3fbcbfe6f3bcb6 |
UTF-8 | 漆胝雫 | 111011101000000110101110111001101011110010000110111010001000001110011101111010011001101110101011 | ee81aee6bc86e8839de99bab |
UHC | ?漆?? | 0011111111110110110101000011111100111111 | 3ff6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)