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 | 雕槫揃豬 | 1110100010111000100111101110010110010001101101011110011010110101 | e8b89ee591b5e6b5 |
EUC-JP | 雕槫揃豬 | 1111000010111010110111001110011111000010101101111110110010110111 | f0badce7c2b7ecb7 |
UTF-8 | 雕槫揃豬 | 111010011001101110010101111001101010011110101011111001101000111110000011111010001011000110101100 | e99b95e6a7abe68f83e8b1ac |
UHC | 雕??? | 1111000011100111001111110011111100111111 | f0e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)