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 | 傳?紋錞 | 10011001010000100011111110010110111001001111101111011011 | 99423f96e4fbdb |
EUC-JP | 傳?紋錞 | 1101000110100011001111111100110011100110100011111110010011011100 | d1a33fcce68fe4dc |
UTF-8 | 傳닻紋錞 | 111001011000001010110011111010111000101110111011111001111011010010001011111010011000110010011110 | e582b3eb8bbbe7b48be98c9e |
UHC | 傳닻紋錞 | 1110111011101110101101001110100111011010101000111110001011110110 | eeeeb4e9daa3e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)