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 | 蓍危ュ栄 | 11100100111001111000101011101011101011011000100101101000 | e4e78aebad8968 |
EUC-JP | 蓍危ュ栄 | 1110100011101001101101001110110110001110101011011011000111001001 | e8e9b4ed8eadb1c9 |
UTF-8 | 蓍危ュ栄 | 111010001001001110001101111001011000110110110001111011111011110110101101111001101010000010000100 | e8938de58db1efbdade6a084 |
UHC | 蓍危?? | 111000111100100111101010110010110011111100111111 | e3c9eacb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)