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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梧???? | 100011001110011000111111001111110011111100111111 | 8ce63f3f3f3f |
EUC-JP | 梧???? | 101110001110100000111111001111110011111100111111 | b8e83f3f3f3f |
UTF-8 | 梧녑킂力쌑 | 111001101010001010100111111010111000010110010001111011011000001010000010111011111010011010001010111011001000110010010001 | e6a2a7eb8591ed8282efa68aec8c91 |
UHC | 梧녑킂力쌑 | 11100111111111001011001111100101101101001000111011100110101100111001101101000010 | e7fcb3e5b48ee6b39b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)