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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 邀誹握k | 11100111101100011001010011101110100010001010110001101011 | e7b194ee88ac6b |
EUC-JP | 邀誹握k | 11101110101100111100100011110000101100001010111001101011 | eeb3c8f0b0ae6b |
UTF-8 | 邀誹握k | 11101001100000101000000011101000101010101011100111100110100011111010000101101011 | e98280e8aab9e68fa16b |
UHC | 邀誹握k | 11101001101011011101111010100110111001001100010001101011 | e9addea6e4c46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)