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 | 樗??蜘? | 10010010100101000011111100111111100100100111011100111111 | 92943f3f92773f |
EUC-JP | 樗泮?蜘? | 110000111111010010001111110001111010100000111111110000111101100000111111 | c3f48fc7a83fc3d83f |
UTF-8 | 樗泮땍蜘렪 | 111001101010100010010111111001101011001110101110111010111001010110001101111010001001110010011000111010111010000010101010 | e6a897e6b3aeeb958de89c98eba0aa |
UHC | 樗泮땍蜘렪 | 11101110110000001101101011101010101101101010100011110010101110111000111010111000 | eec0daeab6a8f2bb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)