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 | 赭梧燦莖 | 1110011011011110100011001110011010001110010101111110010010110001 | e6de8ce68e57e4b1 |
EUC-JP | 赭梧燦莖 | 1110110011100000101110001110100010111011101110001110100010110011 | ece0b8e8bbb8e8b3 |
UTF-8 | 赭梧燦莖 | 111010001011010110101101111001101010001010100111111001111000011110100110111010001000111010010110 | e8b5ade6a2a7e787a6e88e96 |
UHC | ?梧燦莖 | 00111111111001111111110011110011101111101100110011101100 | 3fe7fcf3beccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)