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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 恁m?恁?? | 100111001000110010000010100011010011111110011100100011000011111100111111 | 9c8c828d3f9c8c3f3f |
EUC-JP | 恁m?恁?? | 110101111110110010100011111011010011111111010111111011000011111100111111 | d7eca3ed3fd7ec3f3f |
UTF-8 | 恁m슊恁룻삞 | 111001101000000110000001111011111011110110001101111011001000101010001010111001101000000110000001111010111010001110111011111011001000001010011110 | e68181efbd8dec8a8ae68181eba3bbec829e |
UHC | 恁m슊恁룻삞 | 111011001111011010100011111011011001101010011010111011001111011010110111111011011001100010100001 | ecf6a3ed9a9aecf6b7ed98a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)