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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬪シ螟應コ疑 | 11101001101010101011110011100101101001001001110011100100101110101000101101011110 | e9aabce5a49ce4ba8b5e |
EUC-JP | 鬪シ螟應コ疑 | 111100101010110010001110101111001110101010100110110110001110011010001110101110101011010110111111 | f2ac8ebceaa6d8e68ebab5bf |
UTF-8 | 鬪シ螟應コ疑 | 111010011010110010101010111011111011110110111100111010001001111010011111111001101000011110001001111011111011110110111010111001111001011010010001 | e9acaaefbdbce89e9fe68789efbdbae79691 |
UHC | 鬪?螟應?疑 | 11110111111000110011111111011001101011011110101111101011001111111110101111110111 | f7e33fd9adebeb3febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)