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 | 瀞???但 | 10010011110100100011111100111111001111111001001001000001 | 93d23f3f3f9241 |
EUC-JP | 瀞???但 | 11000110110101000011111100111111001111111100001110100010 | c6d43f3f3fc3a2 |
UTF-8 | 瀞렱롋꾀但 | 111001111000000010011110111010111010000010110001111010111010000110001011111010101011111010000000111001001011110110000110 | e7809eeba0b1eba18beabe80e4bd86 |
UHC | 瀞렱롋꾀但 | 11101111111001111000111010111110100011101101000110110010110100101101001110100011 | efe78ebe8ed1b2d2d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)