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 | 鬮們婿 | 111010011010101110011000111011001001011010111001 | e9ab98ec96b9 |
EUC-JP | 鬮們婿 | 111100101010110111010000111011101100110010111011 | f2add0eeccbb |
UTF-8 | 鬮們婿 | 111010011010110010101110111001011000000010010001111001011010100110111111 | e9acaee58091e5a9bf |
UHC | ?們? | 00111111110110011111101000111111 | 3fd9fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)