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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀溽梶蹂 | 1110011110110001100111111110011110001010100000011110011011111000 | e7b19fe78a81e6f8 |
EUC-JP | 邀溽梶蹂 | 1110111010110011110111101110100110110011111000011110110011111010 | eeb3dee9b3e1ecfa |
UTF-8 | 邀溽梶蹂 | 111010011000001010000000111001101011101010111101111001101010001010110110111010001011100110000010 | e98280e6babde6a2b6e8b982 |
UHC | 邀?梶蹂 | 11101001101011010011111111011010101100101110101110110011 | e9ad3fdab2ebb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)