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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 迂蕎?H | 100010010100100110001011101111000011111101001000 | 89498bbc3f48 |
EUC-JP | 迂蕎?H | 101100011010101010110110101111100011111101001000 | b1aab6be3f48 |
UTF-8 | 迂蕎객H | 11101000101111111000001011101000100101011000111011101010101100001001110101001000 | e8bf82e8958eeab09d48 |
UHC | 迂蕎객H | 11101001111001101100111011110000101100001011010001001000 | e9e6cef0b0b448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)