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 | ??N??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-WIN | 駭?N駭?\ | 1110100101101110001111110100111011101001011011100011111101011100 | e96e3f4ee96e3f5c |
EUC-JP | 駭?N駭?\ | 1111000111001111001111110100111011110001110011110011111101011100 | f1cf3f4ef1cf3f5c |
UTF-8 | 駭쿦N駭쿦\ | 1110100110100111101011011110110010111111101001100100111011101001101001111010110111101100101111111010011001011100 | e9a7adecbfa64ee9a7adecbfa65c |
UHC | 駭쿦N駭쿦\ | 11111010101101001011001101011000010011101111101010110100101100110101100001011100 | fab4b3584efab4b3585c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)