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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | フ鬢逾ェ^ | 11001100111010011010010011100111101001011010101001011110 | cce9a4e7a5aa5e |
EUC-JP | フ鬢逾ェ^ | 100011101100110011110010101001101110111010100111100011101010101001011110 | 8eccf2a6eea78eaa5e |
UTF-8 | フ鬢逾ェ^ | 11101111101111101000110011101001101011001010001011101001100000001011111011101111101111011010101001011110 | efbe8ce9aca2e980beefbdaa5e |
UHC | ??逾?^ | 001111110011111111101011101101010011111101011110 | 3f3febb53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)