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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 吠泓 | 10010110011010011001111110010111 | 96699f97 |
EUC-JP | 吠泓 | 11001011110010101101110111110111 | cbcaddf7 |
UTF-8 | 吠泓 | 111001011001000010100000111001101011001110010011 | e590a0e6b393 |
UHC | 吠泓 | 11111000110001011111101111110010 | f8c5fbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)