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 | 雕槫衷遏 | 1110100010111000100111101110010110010010100011111110011110011111 | e8b89ee5928fe79f |
EUC-JP | 雕槫衷遏 | 1111000010111010110111001110011111000011111011111110111010100001 | f0badce7c3efeea1 |
UTF-8 | 雕槫衷遏 | 111010011001101110010101111001101010011110101011111010001010000110110111111010011000000110001111 | e99b95e6a7abe8a1b7e9818f |
UHC | 雕?衷? | 111100001110011100111111111101011111101100111111 | f0e73ff5fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)