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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 黑辞遙湿ⅳ | 11111100010010111000111010101011111010101010000110001110101111001111101001000011 | fc4b8eabeaa18ebcfa43 |
EUC-JP | ?辞遙湿? | 0011111110111100101011011111010010100011101111001011111000111111 | 3fbcadf4a3bcbe3f |
UTF-8 | 黑辞遙湿ⅳ | 111010011011101110010001111010001011111010011110111010011000000110011001111001101011100110111111111000101000010110110011 | e9bb91e8be9ee98199e6b9bfe285b3 |
UHC | 黑?遙?ⅳ | 1111110111011001001111111110100110101011001111111010010110100100 | fdd93fe9ab3fa5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)