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 | 鬪ク鮗昶゚俶 | 11101001101010101011100011101001101110101001110111100010110111111001100011100110 | e9aab8e9ba9de2df98e6 |
EUC-JP | 鬪ク鮗昶゚俶 | 111100101010110010001110101110001111001010111100110110101110010010001110110111111101000011101000 | f2ac8eb8f2bcdae48edfd0e8 |
UTF-8 | 鬪ク鮗昶゚俶 | 111010011010110010101010111011111011110110111000111010011010111010010111111001101001100010110110111011111011111010011111111001001011111110110110 | e9acaaefbdb8e9ae97e698b6efbe9fe4bfb6 |
UHC | 鬪??昶?? | 1111011111100011001111110011111111110011111001000011111100111111 | f7e33f3ff3e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)