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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 軟?す夜?B | 100100111110111000111111100000101011011110010110111010010011111101000010 | 93ee3f82b796e93f42 |
EUC-JP | 軟?す夜?B | 110001101111000000111111101001001011100111001100111010110011111101000010 | c6f03fa4b9cceb3f42 |
UTF-8 | 軟뉓す夜긪B | 11101000101110111001111111101011100010011001001111100011100000011001100111100101101001001001110011101010101110001010101001000010 | e8bb9feb8993e38199e5a49ceab8aa42 |
UHC | 軟뉓す夜긪B | 1110011011100011100001111110100010101010101110011110010110101000100000110110111001000010 | e6e387e8aab9e5a8836e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)