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 | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-WIN | ?悳けC??? | 001111111001110001111011100000101010111101000011001111110011111100111111 | 3f9c7b82af433f3f3f |
EUC-JP | ?悳けC??? | 001111111101011111011100101001001011000101000011001111110011111100111111 | 3fd7dca4b1433f3f3f |
UTF-8 | 룵悳けC룶퀛㈛ | 11101011101000111011010111100110100000101011001111100011100000011001000101000011111010111010001110110110111011011000000010011011111000111000100010011011 | eba3b5e682b3e3819143eba3b6ed809be3889b |
UHC | 룵悳けC룶퀛㈛ | 10001111101010101101001111101101101010101011000101000011100011111010101110110011100011111010100111001100 | 8faad3edaab1438fabb38fa9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)