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 | 種瀨? | 1000111011101101111110110101000000111111 | 8eedfb503f |
EUC-JP | 種?? | 10111100111011110011111100111111 | bcef3f3f |
UTF-8 | 種瀨㏛ | 111001111010100010101110111001111000000010101000111000111000111110011011 | e7a8aee780a8e38f9b |
UHC | 種瀨㏛ | 111100001111101011010110111011101010011111100100 | f0fad6eea7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)