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 | 射痔茘赧 | 1000111011001011100011101010010011100100101010111110011011011101 | 8ecb8ea4e4abe6dd |
EUC-JP | 射痔茘赧 | 1011110011001101101111001010011011101000101011011110110011011111 | bccdbca6e8adecdf |
UTF-8 | 射痔茘赧 | 111001011011000010000100111001111001011110010100111010001000110010011000111010001011010110100111 | e5b084e79794e88c98e8b5a7 |
UHC | 射痔?? | 110111101101001011110110110000000011111100111111 | ded2f6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)