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 | 搖?裝剛 | 10011101100010100011111111100101111001001000110110000100 | 9d8a3fe5e48d84 |
EUC-JP | 搖?裝剛 | 11011001111010100011111111101010111001101011100111100100 | d9ea3feae6b9e4 |
UTF-8 | 搖렪裝剛 | 111001101001000010010110111010111010000010101010111010001010001110011101111001011000100110011011 | e69096eba0aae8a39de5899b |
UHC | 搖렪裝剛 | 1110100011110100100011101011100011101101111110111100101110100111 | e8f48eb8edfbcba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)