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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セュ胥辞借^ | 101111101010110111100011111011111000111010101011100011101101100001011110 | beade3ef8eab8ed85e |
EUC-JP | セュ胥辞借^ | 1000111010111110100011101010110111100110111100011011110010101101101111001101101001011110 | 8ebe8eade6f1bcadbcda5e |
UTF-8 | セュ胥辞借^ | 11101111101111011011111011101111101111011010110111101000100000111010010111101000101111101001111011100101100000001001111101011110 | efbdbeefbdade883a5e8be9ee5809f5e |
UHC | ??胥?借^ | 0011111100111111111000001010000100111111111100111010100001011110 | 3f3fe0a13ff3a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)